Color Hex Logo

#caee4c Color Hex

#CAEE4C
(202,238,76)
0 Favorites   0 Comments

Color spaces of #caee4c

RGB 20223876
HSL0.200.830.62
HSV73°68°93°
CMYK 0.150.000.68   0.07
XYZ56.236274.227418.2008
Yxy74.22740.37830.4993
Hunter Lab86.1553-34.259447.7834
CIE-Lab89.0298-32.959970.9134

#caee4c color RGB value is (202,238,76).

#caee4c hex color red value is 202, green value is 238 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #caee4c hue: 0.20 , saturation: 0.83 and the lightness value of caee4c is 0.62.

The process color (four color CMYK) of #caee4c color hex is 0.15, 0.00, 0.68, 0.07. Web safe color of #caee4c is #ccff33. Color #caee4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 01001100
Octal 312 356 114
Decimal 202 238 76
Hex CA EE 4C

RGB Percentages of Color #caee4c

%39.15
%46.12
%14.73

CMYK Percentages of Color #caee4c

%15
%0
%68
%7

Triadic Colors of #caee4c

#caee4c #4ccaee #ee4cca

Analogous Colors of #caee4c

#caee4c #79ee4c #eec14c

Monochromatic Colors of #caee4c

#caee4c

Complementary Color

#caee4c #704cee

#caee4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caee4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caee4c Color CSS Codes

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

#caee4c Text Font Color

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

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


#caee4c Background Color

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

This div background color is #caee4c


#caee4c Border Color

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

This div border color is #caee4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caee4c


Comments

No comments written yet.

Please login to write comment.