Color Hex Logo

#55ffca Color Hex

#55FFCA
(85,255,202)
0 Favorites   0 Comments

Color spaces of #55ffca

RGB 85255202
HSL0.451.000.67
HSV161°67°100°
CMYK 0.670.000.21   0.00
XYZ50.167077.715668.2336
Yxy77.71560.25580.3963
Hunter Lab88.1565-52.695215.8187
CIE-Lab90.6500-55.622012.7296

#55ffca color RGB value is (85,255,202).

#55ffca hex color red value is 85, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #55ffca hue: 0.45 , saturation: 1.00 and the lightness value of 55ffca is 0.67.

The process color (four color CMYK) of #55ffca color hex is 0.67, 0.00, 0.21, 0.00. Web safe color of #55ffca is #66ffcc. Color #55ffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111111 11001010
Octal 125 377 312
Decimal 85 255 202
Hex 55 FF CA

RGB Percentages of Color #55ffca

%15.68
%47.05
%37.27

CMYK Percentages of Color #55ffca

%67
%0
%21
%0

Triadic Colors of #55ffca

#55ffca #ca55ff #ffca55

Analogous Colors of #55ffca

#55ffca #55dfff #55ff75

Monochromatic Colors of #55ffca

#55ffca

Complementary Color

#55ffca #ff558a

#55ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ffca Color CSS Codes

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

#55ffca Text Font Color

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

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


#55ffca Background Color

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

This div background color is #55ffca


#55ffca Border Color

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

This div border color is #55ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ffca

Related Colors


Comments

No comments written yet.

Please login to write comment.