Color Hex Logo

#cae092 Color Hex

#CAE092
(202,224,146)
0 Favorites   0 Comments

Color spaces of #cae092

RGB 202224146
HSL0.210.560.73
HSV77°35°88°
CMYK 0.100.000.35   0.12
XYZ56.201167.943237.3464
Yxy67.94320.34800.4207
Hunter Lab82.4277-22.543030.8362
CIE-Lab85.9780-19.892935.8248

#cae092 color RGB value is (202,224,146).

#cae092 hex color red value is 202, green value is 224 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cae092 hue: 0.21 , saturation: 0.56 and the lightness value of cae092 is 0.73.

The process color (four color CMYK) of #cae092 color hex is 0.10, 0.00, 0.35, 0.12. Web safe color of #cae092 is #cccc99. Color #cae092 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 10010010
Octal 312 340 222
Decimal 202 224 146
Hex CA E0 92

RGB Percentages of Color #cae092

%35.31
%39.16
%25.52

CMYK Percentages of Color #cae092

%10
%0
%35
%12

Triadic Colors of #cae092

#cae092 #92cae0 #e092ca

Analogous Colors of #cae092

#cae092 #a3e092 #e0cf92

Monochromatic Colors of #cae092

#cae092

Complementary Color

#cae092 #a892e0

#cae092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae092 Color CSS Codes

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

#cae092 Text Font Color

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

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


#cae092 Background Color

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

This div background color is #cae092


#cae092 Border Color

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

This div border color is #cae092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae092


Comments

No comments written yet.

Please login to write comment.