Color Hex Logo

#cdb925 Color Hex

#CDB925
(205,185,37)
0 Favorites   0 Comments

Color spaces of #cdb925

RGB 20518537
HSL0.150.690.47
HSV53°82°80°
CMYK 0.000.100.82   0.20
XYZ42.859747.81068.7197
Yxy47.81060.43120.4810
Hunter Lab69.1452-10.360840.9248
CIE-Lab74.7053-7.552270.1812

#cdb925 color RGB value is (205,185,37).

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

The process color (four color CMYK) of #cdb925 color hex is 0.00, 0.10, 0.82, 0.20. Web safe color of #cdb925 is #cccc33. Color #cdb925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 00100101
Octal 315 271 45
Decimal 205 185 37
Hex CD B9 25

RGB Percentages of Color #cdb925

%48.01
%43.33
%8.67

CMYK Percentages of Color #cdb925

%0
%10
%82
%20

Triadic Colors of #cdb925

#cdb925 #25cdb9 #b925cd

Analogous Colors of #cdb925

#cdb925 #8dcd25 #cd6525

Monochromatic Colors of #cdb925

#cdb925

Complementary Color

#cdb925 #2539cd

#cdb925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb925 Color CSS Codes

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

#cdb925 Text Font Color

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

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


#cdb925 Background Color

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

This div background color is #cdb925


#cdb925 Border Color

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

This div border color is #cdb925


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,185,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 #cdb925">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb925

#cdb925 Color Palettes


Comments

No comments written yet.

Please login to write comment.