Color Hex Logo

#cad74f Color Hex

#CAD74F
(202,215,79)
0 Favorites   0 Comments

Color spaces of #cad74f

RGB 20221579
HSL0.180.630.58
HSV66°63°84°
CMYK 0.060.000.63   0.16
XYZ50.068861.721916.6718
Yxy61.72190.38980.4805
Hunter Lab78.5633-23.726842.4125
CIE-Lab82.7653-21.900263.2882

#cad74f color RGB value is (202,215,79).

#cad74f hex color red value is 202, green value is 215 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cad74f hue: 0.18 , saturation: 0.63 and the lightness value of cad74f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010111 01001111
Octal 312 327 117
Decimal 202 215 79
Hex CA D7 4F

RGB Percentages of Color #cad74f

%40.73
%43.35
%15.93

CMYK Percentages of Color #cad74f

%6
%0
%63
%16

Triadic Colors of #cad74f

#cad74f #4fcad7 #d74fca

Analogous Colors of #cad74f

#cad74f #86d74f #d7a04f

Monochromatic Colors of #cad74f

#cad74f

Complementary Color

#cad74f #5c4fd7

#cad74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad74f Color CSS Codes

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

#cad74f Text Font Color

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

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


#cad74f Background Color

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

This div background color is #cad74f


#cad74f Border Color

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

This div border color is #cad74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad74f


Comments

No comments written yet.

Please login to write comment.