Color Hex Logo

#cae555 Color Hex

#CAE555
(202,229,85)
0 Favorites   0 Comments

Color spaces of #cae555

RGB 20222985
HSL0.200.730.62
HSV71°63°90°
CMYK 0.120.000.63   0.10
XYZ54.016169.251119.1142
Yxy69.25110.37940.4864
Hunter Lab83.2172-29.766344.6337
CIE-Lab86.6282-28.206264.9597

#cae555 color RGB value is (202,229,85).

#cae555 hex color red value is 202, green value is 229 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cae555 hue: 0.20 , saturation: 0.73 and the lightness value of cae555 is 0.62.

The process color (four color CMYK) of #cae555 color hex is 0.12, 0.00, 0.63, 0.10. Web safe color of #cae555 is #cccc66. Color #cae555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 01010101
Octal 312 345 125
Decimal 202 229 85
Hex CA E5 55

RGB Percentages of Color #cae555

%39.15
%44.38
%16.47

CMYK Percentages of Color #cae555

%12
%0
%63
%10

Triadic Colors of #cae555

#cae555 #55cae5 #e555ca

Analogous Colors of #cae555

#cae555 #82e555 #e5b855

Monochromatic Colors of #cae555

#cae555

Complementary Color

#cae555 #7055e5

#cae555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae555 Color CSS Codes

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

#cae555 Text Font Color

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

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


#cae555 Background Color

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

This div background color is #cae555


#cae555 Border Color

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

This div border color is #cae555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae555


Comments

No comments written yet.

Please login to write comment.