Color Hex Logo

#61bfdd Color Hex

#61BFDD
(97,191,221)
0 Favorites   0 Comments

Color spaces of #61bfdd

RGB 97191221
HSL0.540.650.62
HSV195°56°87°
CMYK 0.560.140.00   0.13
XYZ36.611745.023475.1674
Yxy45.02340.23350.2871
Hunter Lab67.0995-20.0286-19.4493
CIE-Lab72.9073-19.4202-23.4726

#61bfdd color RGB value is (97,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111111 11011101
Octal 141 277 335
Decimal 97 191 221
Hex 61 BF DD

RGB Percentages of Color #61bfdd

%19.06
%37.52
%43.42

CMYK Percentages of Color #61bfdd

%56
%14
%0
%13

Triadic Colors of #61bfdd

#61bfdd #dd61bf #bfdd61

Analogous Colors of #61bfdd

#61bfdd #6181dd #61ddbd

Monochromatic Colors of #61bfdd

#61bfdd

Complementary Color

#61bfdd #dd7f61

#61bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bfdd Color CSS Codes

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

#61bfdd Text Font Color

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

This sample text font color is #61bfdd
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.


#61bfdd Background Color

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

This div background color is #61bfdd


#61bfdd Border Color

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

This div border color is #61bfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,191,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 #61bfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bfdd


Comments

No comments written yet.

Please login to write comment.