Color Hex Logo

#cae172 Color Hex

#CAE172
(202,225,114)
0 Favorites   0 Comments

Color spaces of #cae172

RGB 202225114
HSL0.200.650.66
HSV72°49°88°
CMYK 0.100.000.49   0.12
XYZ54.319667.621926.1090
Yxy67.62190.36690.4567
Hunter Lab82.2325-25.996838.7381
CIE-Lab85.8170-23.935451.2937

#cae172 color RGB value is (202,225,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 01110010
Octal 312 341 162
Decimal 202 225 114
Hex CA E1 72

RGB Percentages of Color #cae172

%37.34
%41.59
%21.07

CMYK Percentages of Color #cae172

%10
%0
%49
%12

Triadic Colors of #cae172

#cae172 #72cae1 #e172ca

Analogous Colors of #cae172

#cae172 #93e172 #e1c172

Monochromatic Colors of #cae172

#cae172

Complementary Color

#cae172 #8972e1

#cae172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae172 Color CSS Codes

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

#cae172 Text Font Color

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

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


#cae172 Background Color

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

This div background color is #cae172


#cae172 Border Color

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

This div border color is #cae172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae172


Comments

No comments written yet.

Please login to write comment.