Color Hex Logo

#cdb92c Color Hex

#CDB92C
(205,185,44)
0 Favorites   0 Comments

Color spaces of #cdb92c

RGB 20518544
HSL0.150.650.49
HSV53°79°80°
CMYK 0.000.100.79   0.20
XYZ42.980447.85899.3553
Yxy47.85890.42900.4777
Hunter Lab69.1801-10.166340.4082
CIE-Lab74.7358-7.324268.1882

#cdb92c color RGB value is (205,185,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 00101100
Octal 315 271 54
Decimal 205 185 44
Hex CD B9 2C

RGB Percentages of Color #cdb92c

%47.24
%42.63
%10.14

CMYK Percentages of Color #cdb92c

%0
%10
%79
%20

Triadic Colors of #cdb92c

#cdb92c #2ccdb9 #b92ccd

Analogous Colors of #cdb92c

#cdb92c #91cd2c #cd692c

Monochromatic Colors of #cdb92c

#cdb92c

Complementary Color

#cdb92c #2c40cd

#cdb92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb92c Color CSS Codes

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

#cdb92c Text Font Color

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

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


#cdb92c Background Color

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

This div background color is #cdb92c


#cdb92c Border Color

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

This div border color is #cdb92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb92c


Comments

No comments written yet.

Please login to write comment.