Color Hex Logo

#cae27c Color Hex

#CAE27C
(202,226,124)
0 Favorites   0 Comments

Color spaces of #cae27c

RGB 202226124
HSL0.210.640.69
HSV74°45°89°
CMYK 0.110.000.45   0.11
XYZ55.191668.404529.3633
Yxy68.40450.36080.4472
Hunter Lab82.7070-25.621636.8453
CIE-Lab86.2083-23.413447.0066

#cae27c color RGB value is (202,226,124).

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

The process color (four color CMYK) of #cae27c color hex is 0.11, 0.00, 0.45, 0.11. Web safe color of #cae27c is #cccc66. Color #cae27c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 01111100
Octal 312 342 174
Decimal 202 226 124
Hex CA E2 7C

RGB Percentages of Color #cae27c

%36.59
%40.94
%22.46

CMYK Percentages of Color #cae27c

%11
%0
%45
%11

Triadic Colors of #cae27c

#cae27c #7ccae2 #e27cca

Analogous Colors of #cae27c

#cae27c #97e27c #e2c77c

Monochromatic Colors of #cae27c

#cae27c

Complementary Color

#cae27c #947ce2

#cae27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae27c Color CSS Codes

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

#cae27c Text Font Color

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

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


#cae27c Background Color

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

This div background color is #cae27c


#cae27c Border Color

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

This div border color is #cae27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae27c


Comments

No comments written yet.

Please login to write comment.