Color Hex Logo

#cae994 Color Hex

#CAE994
(202,233,148)
0 Favorites   0 Comments

Color spaces of #cae994

RGB 202233148
HSL0.230.660.75
HSV82°36°91°
CMYK 0.130.000.36   0.09
XYZ58.841372.972539.0008
Yxy72.97250.34450.4272
Hunter Lab85.4239-26.538432.7276
CIE-Lab88.4346-24.010138.0228

#cae994 color RGB value is (202,233,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 10010100
Octal 312 351 224
Decimal 202 233 148
Hex CA E9 94

RGB Percentages of Color #cae994

%34.65
%39.97
%25.39

CMYK Percentages of Color #cae994

%13
%0
%36
%9

Triadic Colors of #cae994

#cae994 #94cae9 #e994ca

Analogous Colors of #cae994

#cae994 #a0e994 #e9de94

Monochromatic Colors of #cae994

#cae994

Complementary Color

#cae994 #b394e9

#cae994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae994 Color CSS Codes

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

#cae994 Text Font Color

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

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


#cae994 Background Color

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

This div background color is #cae994


#cae994 Border Color

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

This div border color is #cae994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae994


Comments

No comments written yet.

Please login to write comment.