Color Hex Logo

#cae06d Color Hex

#CAE06D
(202,224,109)
0 Favorites   0 Comments

Color spaces of #cae06d

RGB 202224109
HSL0.200.650.65
HSV71°51°88°
CMYK 0.100.000.51   0.12
XYZ53.773166.972024.5607
Yxy66.97200.37010.4609
Hunter Lab81.8364-25.924939.4914
CIE-Lab85.4898-23.921153.2358

#cae06d color RGB value is (202,224,109).

#cae06d hex color red value is 202, green value is 224 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cae06d hue: 0.20 , saturation: 0.65 and the lightness value of cae06d is 0.65.

The process color (four color CMYK) of #cae06d color hex is 0.10, 0.00, 0.51, 0.12. Web safe color of #cae06d is #cccc66. Color #cae06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 01101101
Octal 312 340 155
Decimal 202 224 109
Hex CA E0 6D

RGB Percentages of Color #cae06d

%37.76
%41.87
%20.37

CMYK Percentages of Color #cae06d

%10
%0
%51
%12

Triadic Colors of #cae06d

#cae06d #6dcae0 #e06dca

Analogous Colors of #cae06d

#cae06d #91e06d #e0bd6d

Monochromatic Colors of #cae06d

#cae06d

Complementary Color

#cae06d #836de0

#cae06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae06d Color CSS Codes

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

#cae06d Text Font Color

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

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


#cae06d Background Color

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

This div background color is #cae06d


#cae06d Border Color

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

This div border color is #cae06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae06d


Comments

No comments written yet.

Please login to write comment.