Color Hex Logo

#caee1d Color Hex

#CAEE1D
(202,238,29)
0 Favorites   0 Comments

Color spaces of #caee1d

RGB 20223829
HSL0.200.860.52
HSV70°88°93°
CMYK 0.150.000.88   0.07
XYZ55.153473.794312.4992
Yxy73.79430.38990.5217
Hunter Lab85.9036-35.727551.5057
CIE-Lab88.8252-34.789283.5321

#caee1d color RGB value is (202,238,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 00011101
Octal 312 356 35
Decimal 202 238 29
Hex CA EE 1D

RGB Percentages of Color #caee1d

%43.07
%50.75
%6.18

CMYK Percentages of Color #caee1d

%15
%0
%88
%7

Triadic Colors of #caee1d

#caee1d #1dcaee #ee1dca

Analogous Colors of #caee1d

#caee1d #61ee1d #eeaa1d

Monochromatic Colors of #caee1d

#caee1d

Complementary Color

#caee1d #411dee

#caee1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caee1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caee1d Color CSS Codes

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

#caee1d Text Font Color

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

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


#caee1d Background Color

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

This div background color is #caee1d


#caee1d Border Color

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

This div border color is #caee1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caee1d


Comments

No comments written yet.

Please login to write comment.