Color Hex Logo

#cad076 Color Hex

#CAD076
(202,208,118)
0 Favorites   0 Comments

Color spaces of #cad076

RGB 202208118
HSL0.180.490.64
HSV64°43°82°
CMYK 0.030.000.43   0.18
XYZ50.183058.976325.8782
Yxy58.97630.37160.4367
Hunter Lab76.7960-17.750733.7781
CIE-Lab81.2786-15.185043.8359

#cad076 color RGB value is (202,208,118).

#cad076 hex color red value is 202, green value is 208 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cad076 hue: 0.18 , saturation: 0.49 and the lightness value of cad076 is 0.64.

The process color (four color CMYK) of #cad076 color hex is 0.03, 0.00, 0.43, 0.18. Web safe color of #cad076 is #cccc66. Color #cad076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010000 01110110
Octal 312 320 166
Decimal 202 208 118
Hex CA D0 76

RGB Percentages of Color #cad076

%38.26
%39.39
%22.35

CMYK Percentages of Color #cad076

%3
%0
%43
%18

Triadic Colors of #cad076

#cad076 #76cad0 #d076ca

Analogous Colors of #cad076

#cad076 #9dd076 #d0a976

Monochromatic Colors of #cad076

#cad076

Complementary Color

#cad076 #7c76d0

#cad076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad076 Color CSS Codes

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

#cad076 Text Font Color

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

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


#cad076 Background Color

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

This div background color is #cad076


#cad076 Border Color

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

This div border color is #cad076


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,208,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 #cad076">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad076


Comments

No comments written yet.

Please login to write comment.