Color Hex Logo

#cdb50f Color Hex

#CDB50F
(205,181,15)
0 Favorites   0 Comments

Color spaces of #cdb50f

RGB 20518115
HSL0.150.860.43
HSV52°93°80°
CMYK 0.000.120.93   0.20
XYZ41.786946.06147.1403
Yxy46.06140.43990.4849
Hunter Lab67.8685-8.866941.2702
CIE-Lab73.5854-5.951073.8055

#cdb50f color RGB value is (205,181,15).

#cdb50f hex color red value is 205, green value is 181 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cdb50f hue: 0.15 , saturation: 0.86 and the lightness value of cdb50f is 0.43.

The process color (four color CMYK) of #cdb50f color hex is 0.00, 0.12, 0.93, 0.20. Web safe color of #cdb50f is #cccc00. Color #cdb50f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 00001111
Octal 315 265 17
Decimal 205 181 15
Hex CD B5 F

RGB Percentages of Color #cdb50f

%51.12
%45.14
%3.74

CMYK Percentages of Color #cdb50f

%0
%12
%93
%20

Triadic Colors of #cdb50f

#cdb50f #0fcdb5 #b50fcd

Analogous Colors of #cdb50f

#cdb50f #86cd0f #cd560f

Monochromatic Colors of #cdb50f

#cdb50f

Complementary Color

#cdb50f #0f27cd

#cdb50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb50f Color CSS Codes

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

#cdb50f Text Font Color

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

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


#cdb50f Background Color

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

This div background color is #cdb50f


#cdb50f Border Color

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

This div border color is #cdb50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb50f


Comments

No comments written yet.

Please login to write comment.