Color Hex Logo

#cda507 Color Hex

#CDA507
(205,165,7)
0 Favorites   0 Comments

Color spaces of #cda507

RGB 2051657
HSL0.130.930.42
HSV48°97°80°
CMYK 0.000.200.97   0.20
XYZ38.670339.90475.8653
Yxy39.90470.45800.4726
Hunter Lab63.1702-1.277138.7141
CIE-Lab69.40162.385271.7106

#cda507 color RGB value is (205,165,7).

#cda507 hex color red value is 205, green value is 165 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #cda507 hue: 0.13 , saturation: 0.93 and the lightness value of cda507 is 0.42.

The process color (four color CMYK) of #cda507 color hex is 0.00, 0.20, 0.97, 0.20. Web safe color of #cda507 is #cc9900. Color #cda507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 00000111
Octal 315 245 7
Decimal 205 165 7
Hex CD A5 7

RGB Percentages of Color #cda507

%54.38
%43.77
%1.86

CMYK Percentages of Color #cda507

%0
%20
%97
%20

Triadic Colors of #cda507

#cda507 #07cda5 #a507cd

Analogous Colors of #cda507

#cda507 #92cd07 #cd4207

Monochromatic Colors of #cda507

#cda507

Complementary Color

#cda507 #072fcd

#cda507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda507 Color CSS Codes

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

#cda507 Text Font Color

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

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


#cda507 Background Color

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

This div background color is #cda507


#cda507 Border Color

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

This div border color is #cda507


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,165,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cda507; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cda507;
  -webkit-box-shadow: 1px 1px 3px 2px #cda507;
  box-shadow:         1px 1px 3px 2px #cda507; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,165,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda507


Comments

No comments written yet.

Please login to write comment.