Color Hex Logo

#cd9825 Color Hex

#CD9825
(205,152,37)
0 Favorites   0 Comments

Color spaces of #cd9825

RGB 20515237
HSL0.110.690.47
HSV41°82°80°
CMYK 0.000.260.82   0.20
XYZ36.739035.56926.6794
Yxy35.56920.46510.4503
Hunter Lab59.63995.588635.1077
CIE-Lab66.18949.957362.8279

#cd9825 color RGB value is (205,152,37).

#cd9825 hex color red value is 205, green value is 152 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #cd9825 hue: 0.11 , saturation: 0.69 and the lightness value of cd9825 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011000 00100101
Octal 315 230 45
Decimal 205 152 37
Hex CD 98 25

RGB Percentages of Color #cd9825

%52.03
%38.58
%9.39

CMYK Percentages of Color #cd9825

%0
%26
%82
%20

Triadic Colors of #cd9825

#cd9825 #25cd98 #9825cd

Analogous Colors of #cd9825

#cd9825 #aecd25 #cd4425

Monochromatic Colors of #cd9825

#cd9825

Complementary Color

#cd9825 #255acd

#cd9825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9825 Color CSS Codes

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

#cd9825 Text Font Color

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

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


#cd9825 Background Color

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

This div background color is #cd9825


#cd9825 Border Color

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

This div border color is #cd9825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9825


Comments

No comments written yet.

Please login to write comment.