Color Hex Logo

#cae45c Color Hex

#CAE45C
(202,228,92)
0 Favorites   0 Comments

Color spaces of #cae45c

RGB 20222892
HSL0.200.720.63
HSV71°60°89°
CMYK 0.110.000.60   0.11
XYZ54.032368.816120.5602
Yxy68.81610.37680.4799
Hunter Lab82.9555-28.907743.3740
CIE-Lab86.4129-27.236661.8329

#cae45c color RGB value is (202,228,92).

#cae45c hex color red value is 202, green value is 228 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cae45c hue: 0.20 , saturation: 0.72 and the lightness value of cae45c is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 01011100
Octal 312 344 134
Decimal 202 228 92
Hex CA E4 5C

RGB Percentages of Color #cae45c

%38.70
%43.68
%17.62

CMYK Percentages of Color #cae45c

%11
%0
%60
%11

Triadic Colors of #cae45c

#cae45c #5ccae4 #e45cca

Analogous Colors of #cae45c

#cae45c #86e45c #e4ba5c

Monochromatic Colors of #cae45c

#cae45c

Complementary Color

#cae45c #765ce4

#cae45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae45c Color CSS Codes

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

#cae45c Text Font Color

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

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


#cae45c Background Color

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

This div background color is #cae45c


#cae45c Border Color

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

This div border color is #cae45c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae45c


Comments

No comments written yet.

Please login to write comment.