Color Hex Logo

#cae17e Color Hex

#CAE17E
(202,225,126)
0 Favorites   0 Comments

Color spaces of #cae17e

RGB 202225126
HSL0.210.620.69
HSV74°44°88°
CMYK 0.100.000.44   0.12
XYZ55.048267.913329.9459
Yxy67.91330.36000.4441
Hunter Lab82.4095-24.981636.1419
CIE-Lab85.9631-22.717945.7348

#cae17e color RGB value is (202,225,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 01111110
Octal 312 341 176
Decimal 202 225 126
Hex CA E1 7E

RGB Percentages of Color #cae17e

%36.53
%40.69
%22.78

CMYK Percentages of Color #cae17e

%10
%0
%44
%12

Triadic Colors of #cae17e

#cae17e #7ecae1 #e17eca

Analogous Colors of #cae17e

#cae17e #99e17e #e1c77e

Monochromatic Colors of #cae17e

#cae17e

Complementary Color

#cae17e #957ee1

#cae17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae17e Color CSS Codes

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

#cae17e Text Font Color

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

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


#cae17e Background Color

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

This div background color is #cae17e


#cae17e Border Color

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

This div border color is #cae17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae17e


Comments

No comments written yet.

Please login to write comment.