Color Hex Logo

#caea76 Color Hex

#CAEA76
(202,234,118)
0 Favorites   0 Comments

Color spaces of #caea76

RGB 202234118
HSL0.210.730.69
HSV77°50°92°
CMYK 0.140.000.50   0.08
XYZ57.050072.710228.1672
Yxy72.71020.36120.4604
Hunter Lab85.2703-29.797740.1040
CIE-Lab88.3093-27.839152.4079

#caea76 color RGB value is (202,234,118).

#caea76 hex color red value is 202, green value is 234 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #caea76 hue: 0.21 , saturation: 0.73 and the lightness value of caea76 is 0.69.

The process color (four color CMYK) of #caea76 color hex is 0.14, 0.00, 0.50, 0.08. Web safe color of #caea76 is #ccff66. Color #caea76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101010 01110110
Octal 312 352 166
Decimal 202 234 118
Hex CA EA 76

RGB Percentages of Color #caea76

%36.46
%42.24
%21.30

CMYK Percentages of Color #caea76

%14
%0
%50
%8

Triadic Colors of #caea76

#caea76 #76caea #ea76ca

Analogous Colors of #caea76

#caea76 #90ea76 #ead076

Monochromatic Colors of #caea76

#caea76

Complementary Color

#caea76 #9676ea

#caea76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caea76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caea76 Color CSS Codes

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

#caea76 Text Font Color

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

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


#caea76 Background Color

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

This div background color is #caea76


#caea76 Border Color

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

This div border color is #caea76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caea76


Comments

No comments written yet.

Please login to write comment.