Color Hex Logo

#55bccf Color Hex

#55BCCF
(85,188,207)
0 Favorites   0 Comments

Color spaces of #55bccf

RGB 85188207
HSL0.530.560.57
HSV189°59°81°
CMYK 0.590.090.00   0.19
XYZ32.992042.402765.4772
Yxy42.40270.23420.3010
Hunter Lab65.1174-23.5175-14.0355
CIE-Lab71.1477-24.2433-18.5587

#55bccf color RGB value is (85,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111100 11001111
Octal 125 274 317
Decimal 85 188 207
Hex 55 BC CF

RGB Percentages of Color #55bccf

%17.71
%39.17
%43.13

CMYK Percentages of Color #55bccf

%59
%9
%0
%19

Triadic Colors of #55bccf

#55bccf #cf55bc #bccf55

Analogous Colors of #55bccf

#55bccf #557fcf #55cfa5

Monochromatic Colors of #55bccf

#55bccf

Complementary Color

#55bccf #cf6855

#55bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bccf Color CSS Codes

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

#55bccf Text Font Color

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

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


#55bccf Background Color

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

This div background color is #55bccf


#55bccf Border Color

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

This div border color is #55bccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,188,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 #55bccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bccf


Comments

No comments written yet.

Please login to write comment.