Color Hex Logo

#cae17a Color Hex

#CAE17A
(202,225,122)
0 Favorites   0 Comments

Color spaces of #cae17a

RGB 202225122
HSL0.200.630.68
HSV73°46°88°
CMYK 0.100.000.46   0.12
XYZ54.795267.812128.6134
Yxy67.81210.36240.4484
Hunter Lab82.3481-25.333637.0422
CIE-Lab85.9124-23.139047.6059

#cae17a color RGB value is (202,225,122).

#cae17a hex color red value is 202, green value is 225 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cae17a hue: 0.20 , saturation: 0.63 and the lightness value of cae17a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 01111010
Octal 312 341 172
Decimal 202 225 122
Hex CA E1 7A

RGB Percentages of Color #cae17a

%36.79
%40.98
%22.22

CMYK Percentages of Color #cae17a

%10
%0
%46
%12

Triadic Colors of #cae17a

#cae17a #7acae1 #e17aca

Analogous Colors of #cae17a

#cae17a #97e17a #e1c57a

Monochromatic Colors of #cae17a

#cae17a

Complementary Color

#cae17a #917ae1

#cae17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae17a Color CSS Codes

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

#cae17a Text Font Color

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

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


#cae17a Background Color

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

This div background color is #cae17a


#cae17a Border Color

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

This div border color is #cae17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae17a


Comments

No comments written yet.

Please login to write comment.