Color Hex Logo

#cae159 Color Hex

#CAE159
(202,225,89)
0 Favorites   0 Comments

Color spaces of #cae159

RGB 20222589
HSL0.190.690.62
HSV70°60°88°
CMYK 0.100.000.60   0.12
XYZ53.085567.128319.6103
Yxy67.12830.37970.4801
Hunter Lab81.9319-27.726643.1613
CIE-Lab85.5687-26.031362.1723

#cae159 color RGB value is (202,225,89).

#cae159 hex color red value is 202, green value is 225 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #cae159 hue: 0.19 , saturation: 0.69 and the lightness value of cae159 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 01011001
Octal 312 341 131
Decimal 202 225 89
Hex CA E1 59

RGB Percentages of Color #cae159

%39.15
%43.60
%17.25

CMYK Percentages of Color #cae159

%10
%0
%60
%12

Triadic Colors of #cae159

#cae159 #59cae1 #e159ca

Analogous Colors of #cae159

#cae159 #86e159 #e1b459

Monochromatic Colors of #cae159

#cae159

Complementary Color

#cae159 #7059e1

#cae159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae159 Color CSS Codes

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

#cae159 Text Font Color

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

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


#cae159 Background Color

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

This div background color is #cae159


#cae159 Border Color

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

This div border color is #cae159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae159


Comments

No comments written yet.

Please login to write comment.