color codes Logo

#61bcdd color codes

#61BCDD
(97,188,221)
0 Favorites   0 Comments

Color spaces of #61bcdd

RGB 97188221
HSL0.540.650.62
HSV196°56°87°
CMYK 0.560.150.00   0.13
XYZ35.964143.728374.9515
Yxy43.72830.23260.2828
Hunter Lab66.1274-18.6437-20.9126
CIE-Lab72.0465-17.8677-24.7873

#61bcdd color RGB value is (97,188,221).

#61bcdd hex color red value is 97, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #61bcdd hue: 0.54 , saturation: 0.65 and the lightness value of 61bcdd is 0.62.

The process color (four color CMYK) of #61bcdd color code is 0.56, 0.15, 0.00, 0.13. Web safe color of #61bcdd is #66cccc. Color #61bcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111100 11011101
Octal 141 274 335
Decimal 97 188 221
Hex 61 BC DD

RGB Percentages of Color #61bcdd

%19.17
%37.15
%43.68

CMYK Percentages of Color #61bcdd

%56
%15
%0
%13

Triadic Colors of #61bcdd

#61bcdd #dd61bc #bcdd61

Analogous Colors of #61bcdd

#61bcdd #617edd #61ddc0

Monochromatic Colors of #61bcdd

#61bcdd

Complementary Color

#61bcdd #dd8261

#61bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bcdd Color CSS Codes

.mybgcolor {background-color:#61bcdd; } 
.myforecolor {color:#61bcdd; }
.mybordercolor {border:3px solid #61bcdd; }

#61bcdd Text Font Color

<p style="color:#61bcdd">Text here</p>

This sample text font color is #61bcdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#61bcdd Background Color

<div style="background-color:#61bcdd">
Div content here</div>

This div background color is #61bcdd


#61bcdd Border Color

<div style="border:3px solid #61bcdd">
Div here</div>

This div border color is #61bcdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,188,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61bcdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61bcdd;
  -webkit-box-shadow: 1px 1px 3px 2px #61bcdd;
  box-shadow:         1px 1px 3px 2px #61bcdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,188,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #61bcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #61bcdd;
  -webkit-box-shadow: 1px 1px 3px 2px #61bcdd;
  box-shadow:         1px 1px 3px 2px #61bcdd;">
Div content here</div>

This div box has shadow with color #61bcdd


Comments

No comments written yet.

Please login to write comment.