Color Hex Logo

#cae993 Color Hex

#CAE993
(202,233,147)
0 Favorites   0 Comments

Color spaces of #cae993

RGB 202233147
HSL0.230.660.75
HSV82°37°91°
CMYK 0.130.000.37   0.09
XYZ58.762572.941038.5857
Yxy72.94100.34510.4283
Hunter Lab85.4055-26.644332.9970
CIE-Lab88.4196-24.135738.5026

#cae993 color RGB value is (202,233,147).

#cae993 hex color red value is 202, green value is 233 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cae993 hue: 0.23 , saturation: 0.66 and the lightness value of cae993 is 0.75.

The process color (four color CMYK) of #cae993 color hex is 0.13, 0.00, 0.37, 0.09. Web safe color of #cae993 is #ccff99. Color #cae993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 10010011
Octal 312 351 223
Decimal 202 233 147
Hex CA E9 93

RGB Percentages of Color #cae993

%34.71
%40.03
%25.26

CMYK Percentages of Color #cae993

%13
%0
%37
%9

Triadic Colors of #cae993

#cae993 #93cae9 #e993ca

Analogous Colors of #cae993

#cae993 #9fe993 #e9dd93

Monochromatic Colors of #cae993

#cae993

Complementary Color

#cae993 #b293e9

#cae993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae993 Color CSS Codes

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

#cae993 Text Font Color

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

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


#cae993 Background Color

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

This div background color is #cae993


#cae993 Border Color

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

This div border color is #cae993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae993


Comments

No comments written yet.

Please login to write comment.