Color Hex Logo

#55bfcf Color Hex

#55BFCF
(85,191,207)
0 Favorites   0 Comments

Color spaces of #55bfcf

RGB 85191207
HSL0.520.560.57
HSV188°59°81°
CMYK 0.590.080.00   0.19
XYZ33.639643.697965.6930
Yxy43.69790.23520.3055
Hunter Lab66.1044-24.8465-12.6479
CIE-Lab72.0261-25.7454-17.2294

#55bfcf color RGB value is (85,191,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111111 11001111
Octal 125 277 317
Decimal 85 191 207
Hex 55 BF CF

RGB Percentages of Color #55bfcf

%17.60
%39.54
%42.86

CMYK Percentages of Color #55bfcf

%59
%8
%0
%19

Triadic Colors of #55bfcf

#55bfcf #cf55bf #bfcf55

Analogous Colors of #55bfcf

#55bfcf #5582cf #55cfa2

Monochromatic Colors of #55bfcf

#55bfcf

Complementary Color

#55bfcf #cf6555

#55bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bfcf Color CSS Codes

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

#55bfcf Text Font Color

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

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


#55bfcf Background Color

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

This div background color is #55bfcf


#55bfcf Border Color

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

This div border color is #55bfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bfcf


Comments

No comments written yet.

Please login to write comment.