Color Hex Logo

#cda527 Color Hex

#CDA527
(205,165,39)
0 Favorites   0 Comments

Color spaces of #cda527

RGB 20516539
HSL0.130.680.48
HSV46°81°80°
CMYK 0.000.200.81   0.20
XYZ38.998240.03597.5917
Yxy40.03590.45020.4622
Hunter Lab63.2739-0.712837.1780
CIE-Lab69.49513.026565.0883

#cda527 color RGB value is (205,165,39).

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

The process color (four color CMYK) of #cda527 color hex is 0.00, 0.20, 0.81, 0.20. Web safe color of #cda527 is #cc9933. Color #cda527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 00100111
Octal 315 245 47
Decimal 205 165 39
Hex CD A5 27

RGB Percentages of Color #cda527

%50.12
%40.34
%9.54

CMYK Percentages of Color #cda527

%0
%20
%81
%20

Triadic Colors of #cda527

#cda527 #27cda5 #a527cd

Analogous Colors of #cda527

#cda527 #a2cd27 #cd5227

Monochromatic Colors of #cda527

#cda527

Complementary Color

#cda527 #274fcd

#cda527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda527 Color CSS Codes

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

#cda527 Text Font Color

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

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


#cda527 Background Color

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

This div background color is #cda527


#cda527 Border Color

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

This div border color is #cda527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda527


Comments

No comments written yet.

Please login to write comment.