Color Hex Logo

#cae47f Color Hex

#CAE47F
(202,228,127)
0 Favorites   0 Comments

Color spaces of #cae47f

RGB 202228127
HSL0.210.650.70
HSV75°44°89°
CMYK 0.110.000.44   0.11
XYZ55.931369.575730.5602
Yxy69.57570.35840.4458
Hunter Lab83.4120-26.279336.6660
CIE-Lab86.7883-24.058246.2743

#cae47f color RGB value is (202,228,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 01111111
Octal 312 344 177
Decimal 202 228 127
Hex CA E4 7F

RGB Percentages of Color #cae47f

%36.27
%40.93
%22.80

CMYK Percentages of Color #cae47f

%11
%0
%44
%11

Triadic Colors of #cae47f

#cae47f #7fcae4 #e47fca

Analogous Colors of #cae47f

#cae47f #98e47f #e4cc7f

Monochromatic Colors of #cae47f

#cae47f

Complementary Color

#cae47f #997fe4

#cae47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae47f Color CSS Codes

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

#cae47f Text Font Color

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

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


#cae47f Background Color

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

This div background color is #cae47f


#cae47f Border Color

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

This div border color is #cae47f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,228,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 #cae47f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae47f


Comments

No comments written yet.

Please login to write comment.