Color Hex Logo

#caee3c Color Hex

#CAEE3C
(202,238,60)
0 Favorites   0 Comments

Color spaces of #caee3c

RGB 20223860
HSL0.200.840.58
HSV72°75°93°
CMYK 0.150.000.75   0.07
XYZ55.747374.031915.6264
Yxy74.03190.38340.5091
Hunter Lab86.0418-34.921349.4614
CIE-Lab88.9376-33.782076.2149

#caee3c color RGB value is (202,238,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 00111100
Octal 312 356 74
Decimal 202 238 60
Hex CA EE 3C

RGB Percentages of Color #caee3c

%40.40
%47.60
%12.00

CMYK Percentages of Color #caee3c

%15
%0
%75
%7

Triadic Colors of #caee3c

#caee3c #3ccaee #ee3cca

Analogous Colors of #caee3c

#caee3c #71ee3c #eeb93c

Monochromatic Colors of #caee3c

#caee3c

Complementary Color

#caee3c #603cee

#caee3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caee3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#caee3c Color CSS Codes

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

#caee3c Text Font Color

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

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


#caee3c Background Color

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

This div background color is #caee3c


#caee3c Border Color

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

This div border color is #caee3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caee3c


Comments

No comments written yet.

Please login to write comment.