Color Hex Logo

#cae66d Color Hex

#CAE66D
(202,230,109)
0 Favorites   0 Comments

Color spaces of #cae66d

RGB 202230109
HSL0.210.710.66
HSV74°53°90°
CMYK 0.120.000.53   0.10
XYZ55.414370.254325.1078
Yxy70.25430.36750.4660
Hunter Lab83.8178-28.669940.9120
CIE-Lab87.1214-26.788955.1516

#cae66d color RGB value is (202,230,109).

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

The process color (four color CMYK) of #cae66d color hex is 0.12, 0.00, 0.53, 0.10. Web safe color of #cae66d is #ccff66. Color #cae66d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 01101101
Octal 312 346 155
Decimal 202 230 109
Hex CA E6 6D

RGB Percentages of Color #cae66d

%37.34
%42.51
%20.15

CMYK Percentages of Color #cae66d

%12
%0
%53
%10

Triadic Colors of #cae66d

#cae66d #6dcae6 #e66dca

Analogous Colors of #cae66d

#cae66d #8ee66d #e6c66d

Monochromatic Colors of #cae66d

#cae66d

Complementary Color

#cae66d #896de6

#cae66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae66d Color CSS Codes

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

#cae66d Text Font Color

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

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


#cae66d Background Color

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

This div background color is #cae66d


#cae66d Border Color

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

This div border color is #cae66d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,230,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 #cae66d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae66d


Comments

No comments written yet.

Please login to write comment.