Color Hex Logo

#caed8c Color Hex

#CAED8C
(202,237,140)
0 Favorites   0 Comments

Color spaces of #caed8c

RGB 202237140
HSL0.230.730.74
HSV82°41°93°
CMYK 0.150.000.41   0.07
XYZ59.374975.018436.1615
Yxy75.01840.34810.4398
Hunter Lab86.6132-29.208035.8753
CIE-Lab89.4016-26.894043.2240

#caed8c color RGB value is (202,237,140).

#caed8c hex color red value is 202, green value is 237 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #caed8c hue: 0.23 , saturation: 0.73 and the lightness value of caed8c is 0.74.

The process color (four color CMYK) of #caed8c color hex is 0.15, 0.00, 0.41, 0.07. Web safe color of #caed8c is #ccff99. Color #caed8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 10001100
Octal 312 355 214
Decimal 202 237 140
Hex CA ED 8C

RGB Percentages of Color #caed8c

%34.89
%40.93
%24.18

CMYK Percentages of Color #caed8c

%15
%0
%41
%7

Triadic Colors of #caed8c

#caed8c #8ccaed #ed8cca

Analogous Colors of #caed8c

#caed8c #9aed8c #ede08c

Monochromatic Colors of #caed8c

#caed8c

Complementary Color

#caed8c #af8ced

#caed8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caed8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caed8c Color CSS Codes

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

#caed8c Text Font Color

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

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


#caed8c Background Color

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

This div background color is #caed8c


#caed8c Border Color

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

This div border color is #caed8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caed8c


Comments

No comments written yet.

Please login to write comment.