Color Hex Logo

#55efca Color Hex

#55EFCA
(85,239,202)
0 Favorites   0 Comments

Color spaces of #55efca

RGB 85239202
HSL0.460.830.64
HSV166°64°94°
CMYK 0.640.000.15   0.06
XYZ45.273567.928666.6025
Yxy67.92860.25180.3778
Hunter Lab82.4188-46.18109.7810
CIE-Lab85.9707-49.04326.0367

#55efca color RGB value is (85,239,202).

#55efca hex color red value is 85, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #55efca hue: 0.46 , saturation: 0.83 and the lightness value of 55efca is 0.64.

The process color (four color CMYK) of #55efca color hex is 0.64, 0.00, 0.15, 0.06. Web safe color of #55efca is #66ffcc. Color #55efca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101111 11001010
Octal 125 357 312
Decimal 85 239 202
Hex 55 EF CA

RGB Percentages of Color #55efca

%16.16
%45.44
%38.40

CMYK Percentages of Color #55efca

%64
%0
%15
%6

Triadic Colors of #55efca

#55efca #ca55ef #efca55

Analogous Colors of #55efca

#55efca #55c7ef #55ef7d

Monochromatic Colors of #55efca

#55efca

Complementary Color

#55efca #ef557a

#55efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#55efca Color CSS Codes

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

#55efca Text Font Color

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

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


#55efca Background Color

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

This div background color is #55efca


#55efca Border Color

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

This div border color is #55efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55efca


Comments

No comments written yet.

Please login to write comment.