Color Hex Logo

#cad61d Color Hex

#CAD61D
(202,214,29)
0 Favorites   0 Comments

Color spaces of #cad61d

RGB 20221429
HSL0.180.760.48
HSV64°86°84°
CMYK 0.060.000.86   0.16
XYZ48.625560.738410.3232
Yxy60.73840.40630.5075
Hunter Lab77.9348-25.015446.7009
CIE-Lab82.2379-23.544978.1785

#cad61d color RGB value is (202,214,29).

#cad61d hex color red value is 202, green value is 214 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cad61d hue: 0.18 , saturation: 0.76 and the lightness value of cad61d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010110 00011101
Octal 312 326 35
Decimal 202 214 29
Hex CA D6 1D

RGB Percentages of Color #cad61d

%45.39
%48.09
%6.52

CMYK Percentages of Color #cad61d

%6
%0
%86
%16

Triadic Colors of #cad61d

#cad61d #1dcad6 #d61dca

Analogous Colors of #cad61d

#cad61d #6ed61d #d6861d

Monochromatic Colors of #cad61d

#cad61d

Complementary Color

#cad61d #291dd6

#cad61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad61d Color CSS Codes

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

#cad61d Text Font Color

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

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


#cad61d Background Color

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

This div background color is #cad61d


#cad61d Border Color

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

This div border color is #cad61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad61d


Comments

No comments written yet.

Please login to write comment.