Color Hex Logo

#cae97d Color Hex

#CAE97D
(202,233,125)
0 Favorites   0 Comments

Color spaces of #cae97d

RGB 202233125
HSL0.210.710.70
HSV77°46°91°
CMYK 0.130.000.46   0.09
XYZ57.197772.315130.3456
Yxy72.31510.35780.4524
Hunter Lab85.0383-28.755938.3694
CIE-Lab88.1200-26.659548.8776

#cae97d color RGB value is (202,233,125).

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

The process color (four color CMYK) of #cae97d color hex is 0.13, 0.00, 0.46, 0.09. Web safe color of #cae97d is #ccff66. Color #cae97d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 01111101
Octal 312 351 175
Decimal 202 233 125
Hex CA E9 7D

RGB Percentages of Color #cae97d

%36.07
%41.61
%22.32

CMYK Percentages of Color #cae97d

%13
%0
%46
%9

Triadic Colors of #cae97d

#cae97d #7dcae9 #e97dca

Analogous Colors of #cae97d

#cae97d #94e97d #e9d27d

Monochromatic Colors of #cae97d

#cae97d

Complementary Color

#cae97d #9c7de9

#cae97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae97d Color CSS Codes

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

#cae97d Text Font Color

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

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


#cae97d Background Color

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

This div background color is #cae97d


#cae97d Border Color

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

This div border color is #cae97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae97d


Comments

No comments written yet.

Please login to write comment.