Color Hex Logo

#caee1e Color Hex

#CAEE1E
(202,238,30)
0 Favorites   0 Comments

Color spaces of #caee1e

RGB 20223830
HSL0.200.860.53
HSV70°87°93°
CMYK 0.150.000.87   0.07
XYZ55.166073.799412.5654
Yxy73.79940.38980.5214
Hunter Lab85.9066-35.710551.4624
CIE-Lab88.8276-34.767983.3649

#caee1e color RGB value is (202,238,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 00011110
Octal 312 356 36
Decimal 202 238 30
Hex CA EE 1E

RGB Percentages of Color #caee1e

%42.98
%50.64
%6.38

CMYK Percentages of Color #caee1e

%15
%0
%87
%7

Triadic Colors of #caee1e

#caee1e #1ecaee #ee1eca

Analogous Colors of #caee1e

#caee1e #62ee1e #eeaa1e

Monochromatic Colors of #caee1e

#caee1e

Complementary Color

#caee1e #421eee

#caee1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caee1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caee1e Color CSS Codes

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

#caee1e Text Font Color

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

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


#caee1e Background Color

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

This div background color is #caee1e


#caee1e Border Color

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

This div border color is #caee1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caee1e


Comments

No comments written yet.

Please login to write comment.