Color Hex Logo

#caee78 Color Hex

#CAEE78
(202,238,120)
0 Favorites   0 Comments

Color spaces of #caee78

RGB 202238120
HSL0.220.780.70
HSV78°50°93°
CMYK 0.150.000.50   0.07
XYZ58.321875.061729.1838
Yxy75.06170.35880.4617
Hunter Lab86.6382-31.456840.6751
CIE-Lab89.4219-29.523552.8111

#caee78 color RGB value is (202,238,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 01111000
Octal 312 356 170
Decimal 202 238 120
Hex CA EE 78

RGB Percentages of Color #caee78

%36.07
%42.50
%21.43

CMYK Percentages of Color #caee78

%15
%0
%50
%7

Triadic Colors of #caee78

#caee78 #78caee #ee78ca

Analogous Colors of #caee78

#caee78 #8fee78 #eed778

Monochromatic Colors of #caee78

#caee78

Complementary Color

#caee78 #9c78ee

#caee78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caee78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caee78 Color CSS Codes

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

#caee78 Text Font Color

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

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


#caee78 Background Color

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

This div background color is #caee78


#caee78 Border Color

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

This div border color is #caee78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caee78


Comments

No comments written yet.

Please login to write comment.