Color Hex Logo

#caee73 Color Hex

#CAEE73
(202,238,115)
0 Favorites   0 Comments

Color spaces of #caee73

RGB 202238115
HSL0.220.780.69
HSV78°52°93°
CMYK 0.150.000.52   0.07
XYZ58.026274.943427.6269
Yxy74.94340.36130.4667
Hunter Lab86.5699-31.851941.6778
CIE-Lab89.3665-30.003755.0507

#caee73 color RGB value is (202,238,115).

#caee73 hex color red value is 202, green value is 238 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #caee73 hue: 0.22 , saturation: 0.78 and the lightness value of caee73 is 0.69.

The process color (four color CMYK) of #caee73 color hex is 0.15, 0.00, 0.52, 0.07. Web safe color of #caee73 is #ccff66. Color #caee73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 01110011
Octal 312 356 163
Decimal 202 238 115
Hex CA EE 73

RGB Percentages of Color #caee73

%36.40
%42.88
%20.72

CMYK Percentages of Color #caee73

%15
%0
%52
%7

Triadic Colors of #caee73

#caee73 #73caee #ee73ca

Analogous Colors of #caee73

#caee73 #8dee73 #eed573

Monochromatic Colors of #caee73

#caee73

Complementary Color

#caee73 #9773ee

#caee73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caee73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caee73 Color CSS Codes

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

#caee73 Text Font Color

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

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


#caee73 Background Color

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

This div background color is #caee73


#caee73 Border Color

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

This div border color is #caee73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caee73


Comments

No comments written yet.

Please login to write comment.