Color Hex Logo

#cae16d Color Hex

#CAE16D
(202,225,109)
0 Favorites   0 Comments

Color spaces of #cae16d

RGB 202225109
HSL0.200.660.65
HSV72°52°88°
CMYK 0.100.000.52   0.12
XYZ54.042767.511124.6506
Yxy67.51110.36960.4618
Hunter Lab82.1651-26.383739.7278
CIE-Lab85.7614-24.401853.5557

#cae16d color RGB value is (202,225,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 01101101
Octal 312 341 155
Decimal 202 225 109
Hex CA E1 6D

RGB Percentages of Color #cae16d

%37.69
%41.98
%20.34

CMYK Percentages of Color #cae16d

%10
%0
%52
%12

Triadic Colors of #cae16d

#cae16d #6dcae1 #e16dca

Analogous Colors of #cae16d

#cae16d #90e16d #e1be6d

Monochromatic Colors of #cae16d

#cae16d

Complementary Color

#cae16d #846de1

#cae16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae16d Color CSS Codes

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

#cae16d Text Font Color

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

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


#cae16d Background Color

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

This div background color is #cae16d


#cae16d Border Color

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

This div border color is #cae16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae16d


Comments

No comments written yet.

Please login to write comment.