Color Hex Logo

#55baca Color Hex

#55BACA
(85,186,202)
0 Favorites   0 Comments

Color spaces of #55baca

RGB 85186202
HSL0.520.520.56
HSV188°58°79°
CMYK 0.580.080.00   0.21
XYZ31.965941.313462.1666
Yxy41.31340.23600.3050
Hunter Lab64.2755-23.7094-12.3518
CIE-Lab70.3949-24.6801-16.9620

#55baca color RGB value is (85,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111010 11001010
Octal 125 272 312
Decimal 85 186 202
Hex 55 BA CA

RGB Percentages of Color #55baca

%17.97
%39.32
%42.71

CMYK Percentages of Color #55baca

%58
%8
%0
%21

Triadic Colors of #55baca

#55baca #ca55ba #baca55

Analogous Colors of #55baca

#55baca #5580ca #55caa0

Monochromatic Colors of #55baca

#55baca

Complementary Color

#55baca #ca6555

#55baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#55baca Color CSS Codes

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

#55baca Text Font Color

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

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


#55baca Background Color

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

This div background color is #55baca


#55baca Border Color

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

This div border color is #55baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55baca


Comments

No comments written yet.

Please login to write comment.