Color Hex Logo

#cae17f Color Hex

#CAE17F
(202,225,127)
0 Favorites   0 Comments

Color spaces of #cae17f

RGB 202225127
HSL0.210.620.69
HSV74°44°88°
CMYK 0.100.000.44   0.12
XYZ55.113167.939330.2875
Yxy67.93930.35940.4431
Hunter Lab82.4253-24.891535.9114
CIE-Lab85.9761-22.610345.2646

#cae17f color RGB value is (202,225,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 01111111
Octal 312 341 177
Decimal 202 225 127
Hex CA E1 7F

RGB Percentages of Color #cae17f

%36.46
%40.61
%22.92

CMYK Percentages of Color #cae17f

%10
%0
%44
%12

Triadic Colors of #cae17f

#cae17f #7fcae1 #e17fca

Analogous Colors of #cae17f

#cae17f #99e17f #e1c77f

Monochromatic Colors of #cae17f

#cae17f

Complementary Color

#cae17f #967fe1

#cae17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae17f Color CSS Codes

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

#cae17f Text Font Color

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

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


#cae17f Background Color

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

This div background color is #cae17f


#cae17f Border Color

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

This div border color is #cae17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae17f


Comments

No comments written yet.

Please login to write comment.