Color Hex Logo

#55cfec Color Hex

#55CFEC
(85,207,236)
0 Favorites   0 Comments

Color spaces of #55cfec

RGB 85207236
HSL0.530.800.63
HSV192°64°93°
CMYK 0.640.120.00   0.07
XYZ41.199552.613187.3408
Yxy52.61310.22740.2904
Hunter Lab72.5349-25.5488-20.6179
CIE-Lab77.6460-25.2437-24.3713

#55cfec color RGB value is (85,207,236).

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

The process color (four color CMYK) of #55cfec color hex is 0.64, 0.12, 0.00, 0.07. Web safe color of #55cfec is #66ccff. Color #55cfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001111 11101100
Octal 125 317 354
Decimal 85 207 236
Hex 55 CF EC

RGB Percentages of Color #55cfec

%16.10
%39.20
%44.70

CMYK Percentages of Color #55cfec

%64
%12
%0
%7

Triadic Colors of #55cfec

#55cfec #ec55cf #cfec55

Analogous Colors of #55cfec

#55cfec #5584ec #55ecbe

Monochromatic Colors of #55cfec

#55cfec

Complementary Color

#55cfec #ec7255

#55cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cfec Color CSS Codes

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

#55cfec Text Font Color

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

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


#55cfec Background Color

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

This div background color is #55cfec


#55cfec Border Color

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

This div border color is #55cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cfec


Comments

No comments written yet.

Please login to write comment.