Color Hex Logo

#cae162 Color Hex

#CAE162
(202,225,98)
0 Favorites   0 Comments

Color spaces of #cae162

RGB 20222598
HSL0.200.680.63
HSV71°56°88°
CMYK 0.100.000.56   0.12
XYZ53.486967.288821.7243
Yxy67.28880.37530.4722
Hunter Lab82.0298-27.162441.7188
CIE-Lab85.6496-25.344758.3909

#cae162 color RGB value is (202,225,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 01100010
Octal 312 341 142
Decimal 202 225 98
Hex CA E1 62

RGB Percentages of Color #cae162

%38.48
%42.86
%18.67

CMYK Percentages of Color #cae162

%10
%0
%56
%12

Triadic Colors of #cae162

#cae162 #62cae1 #e162ca

Analogous Colors of #cae162

#cae162 #8be162 #e1b962

Monochromatic Colors of #cae162

#cae162

Complementary Color

#cae162 #7962e1

#cae162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae162 Color CSS Codes

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

#cae162 Text Font Color

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

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


#cae162 Background Color

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

This div background color is #cae162


#cae162 Border Color

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

This div border color is #cae162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae162


Comments

No comments written yet.

Please login to write comment.