Color Hex Logo

#55b2ce Color Hex

#55B2CE
(85,178,206)
0 Favorites   0 Comments

Color spaces of #55b2ce

RGB 85178206
HSL0.540.550.57
HSV194°59°81°
CMYK 0.590.140.00   0.19
XYZ30.807338.228364.1476
Yxy38.22830.23130.2870
Hunter Lab61.8290-19.2604-18.2330
CIE-Lab68.1885-19.4225-22.5102

#55b2ce color RGB value is (85,178,206).

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

The process color (four color CMYK) of #55b2ce color hex is 0.59, 0.14, 0.00, 0.19. Web safe color of #55b2ce is #6699cc. Color #55b2ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10110010 11001110
Octal 125 262 316
Decimal 85 178 206
Hex 55 B2 CE

RGB Percentages of Color #55b2ce

%18.12
%37.95
%43.92

CMYK Percentages of Color #55b2ce

%59
%14
%0
%19

Triadic Colors of #55b2ce

#55b2ce #ce55b2 #b2ce55

Analogous Colors of #55b2ce

#55b2ce #5576ce #55ceae

Monochromatic Colors of #55b2ce

#55b2ce

Complementary Color

#55b2ce #ce7155

#55b2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55b2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#55b2ce Color CSS Codes

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

#55b2ce Text Font Color

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

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


#55b2ce Background Color

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

This div background color is #55b2ce


#55b2ce Border Color

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

This div border color is #55b2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55b2ce

#55b2ce Color Palettes


Comments

No comments written yet.

Please login to write comment.