Color Hex Logo

#caed2c Color Hex

#CAED2C
(202,237,44)
0 Favorites   0 Comments

Color spaces of #caed2c

RGB 20223744
HSL0.200.840.55
HSV71°81°93°
CMYK 0.150.000.81   0.07
XYZ55.095973.306813.6286
Yxy73.30680.38790.5161
Hunter Lab85.6194-34.969650.4960
CIE-Lab88.5938-33.937080.2896

#caed2c color RGB value is (202,237,44).

#caed2c hex color red value is 202, green value is 237 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #caed2c hue: 0.20 , saturation: 0.84 and the lightness value of caed2c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 00101100
Octal 312 355 54
Decimal 202 237 44
Hex CA ED 2C

RGB Percentages of Color #caed2c

%41.82
%49.07
%9.11

CMYK Percentages of Color #caed2c

%15
%0
%81
%7

Triadic Colors of #caed2c

#caed2c #2ccaed #ed2cca

Analogous Colors of #caed2c

#caed2c #6aed2c #edb02c

Monochromatic Colors of #caed2c

#caed2c

Complementary Color

#caed2c #4f2ced

#caed2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caed2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caed2c Color CSS Codes

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

#caed2c Text Font Color

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

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


#caed2c Background Color

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

This div background color is #caed2c


#caed2c Border Color

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

This div border color is #caed2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caed2c


Comments

No comments written yet.

Please login to write comment.