Color Hex Logo

#cad73d Color Hex

#CAD73D
(202,215,61)
0 Favorites   0 Comments

Color spaces of #cad73d

RGB 20221561
HSL0.180.660.54
HSV65°72°84°
CMYK 0.060.000.72   0.16
XYZ49.499961.494413.6756
Yxy61.49440.39700.4933
Hunter Lab78.4184-24.557944.5531
CIE-Lab82.6438-22.911769.9160

#cad73d color RGB value is (202,215,61).

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

The process color (four color CMYK) of #cad73d color hex is 0.06, 0.00, 0.72, 0.16. Web safe color of #cad73d is #cccc33. Color #cad73d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010111 00111101
Octal 312 327 75
Decimal 202 215 61
Hex CA D7 3D

RGB Percentages of Color #cad73d

%42.26
%44.98
%12.76

CMYK Percentages of Color #cad73d

%6
%0
%72
%16

Triadic Colors of #cad73d

#cad73d #3dcad7 #d73dca

Analogous Colors of #cad73d

#cad73d #7dd73d #d7973d

Monochromatic Colors of #cad73d

#cad73d

Complementary Color

#cad73d #4a3dd7

#cad73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad73d Color CSS Codes

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

#cad73d Text Font Color

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

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


#cad73d Background Color

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

This div background color is #cad73d


#cad73d Border Color

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

This div border color is #cad73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad73d


Comments

No comments written yet.

Please login to write comment.