Color Hex Logo

#cad76d Color Hex

#CAD76D
(202,215,109)
0 Favorites   0 Comments

Color spaces of #cad76d

RGB 202215109
HSL0.190.570.64
HSV67°49°84°
CMYK 0.060.000.49   0.16
XYZ51.417962.261623.7757
Yxy62.26160.37410.4530
Hunter Lab78.9060-21.768737.3691
CIE-Lab83.0523-19.542650.3444

#cad76d color RGB value is (202,215,109).

#cad76d hex color red value is 202, green value is 215 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cad76d hue: 0.19 , saturation: 0.57 and the lightness value of cad76d is 0.64.

The process color (four color CMYK) of #cad76d color hex is 0.06, 0.00, 0.49, 0.16. Web safe color of #cad76d is #cccc66. Color #cad76d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010111 01101101
Octal 312 327 155
Decimal 202 215 109
Hex CA D7 6D

RGB Percentages of Color #cad76d

%38.40
%40.87
%20.72

CMYK Percentages of Color #cad76d

%6
%0
%49
%16

Triadic Colors of #cad76d

#cad76d #6dcad7 #d76dca

Analogous Colors of #cad76d

#cad76d #95d76d #d7af6d

Monochromatic Colors of #cad76d

#cad76d

Complementary Color

#cad76d #7a6dd7

#cad76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad76d Color CSS Codes

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

#cad76d Text Font Color

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

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


#cad76d Background Color

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

This div background color is #cad76d


#cad76d Border Color

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

This div border color is #cad76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad76d


Comments

No comments written yet.

Please login to write comment.