Color Hex Logo

#cad509 Color Hex

#CAD509
(202,213,9)
0 Favorites   0 Comments

Color spaces of #cad509

RGB 2022139
HSL0.180.920.44
HSV63°96°84°
CMYK 0.050.000.96   0.16
XYZ48.200760.16489.3310
Yxy60.16480.40950.5112
Hunter Lab77.5660-24.817847.1637
CIE-Lab81.9277-23.375780.6644

#cad509 color RGB value is (202,213,9).

#cad509 hex color red value is 202, green value is 213 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cad509 hue: 0.18 , saturation: 0.92 and the lightness value of cad509 is 0.44.

The process color (four color CMYK) of #cad509 color hex is 0.05, 0.00, 0.96, 0.16. Web safe color of #cad509 is #cccc00. Color #cad509 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010101 00001001
Octal 312 325 11
Decimal 202 213 9
Hex CA D5 9

RGB Percentages of Color #cad509

%47.64
%50.24
%2.12

CMYK Percentages of Color #cad509

%5
%0
%96
%16

Triadic Colors of #cad509

#cad509 #09cad5 #d509ca

Analogous Colors of #cad509

#cad509 #64d509 #d57a09

Monochromatic Colors of #cad509

#cad509

Complementary Color

#cad509 #1409d5

#cad509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad509 Color CSS Codes

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

#cad509 Text Font Color

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

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


#cad509 Background Color

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

This div background color is #cad509


#cad509 Border Color

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

This div border color is #cad509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad509


Comments

No comments written yet.

Please login to write comment.