Color Hex Logo

#55bfcd Color Hex

#55BFCD
(85,191,205)
0 Favorites   0 Comments

Color spaces of #55bfcd

RGB 85191205
HSL0.520.550.57
HSV187°59°80°
CMYK 0.590.070.00   0.20
XYZ33.396643.600764.4132
Yxy43.60070.23620.3083
Hunter Lab66.0308-25.2735-11.6159
CIE-Lab71.9608-26.3175-16.2374

#55bfcd color RGB value is (85,191,205).

#55bfcd hex color red value is 85, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #55bfcd hue: 0.52 , saturation: 0.55 and the lightness value of 55bfcd is 0.57.

The process color (four color CMYK) of #55bfcd color hex is 0.59, 0.07, 0.00, 0.20. Web safe color of #55bfcd is #66cccc. Color #55bfcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111111 11001101
Octal 125 277 315
Decimal 85 191 205
Hex 55 BF CD

RGB Percentages of Color #55bfcd

%17.67
%39.71
%42.62

CMYK Percentages of Color #55bfcd

%59
%7
%0
%20

Triadic Colors of #55bfcd

#55bfcd #cd55bf #bfcd55

Analogous Colors of #55bfcd

#55bfcd #5583cd #55cd9f

Monochromatic Colors of #55bfcd

#55bfcd

Complementary Color

#55bfcd #cd6355

#55bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bfcd Color CSS Codes

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

#55bfcd Text Font Color

<p style="color:#55bfcd">Text here</p>

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


#55bfcd Background Color

<div style="background-color:#55bfcd">
Div content here</div>

This div background color is #55bfcd


#55bfcd Border Color

<div style="border:3px solid #55bfcd">
Div here</div>

This div border color is #55bfcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,191,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55bfcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55bfcd;
  -webkit-box-shadow: 1px 1px 3px 2px #55bfcd;
  box-shadow:         1px 1px 3px 2px #55bfcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,191,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bfcd


Comments

No comments written yet.

Please login to write comment.