Color Hex Logo

#cdb911 Color Hex

#CDB911
(205,185,17)
0 Favorites   0 Comments

Color spaces of #cdb911

RGB 20518517
HSL0.150.850.44
HSV54°92°80°
CMYK 0.000.100.92   0.20
XYZ42.627047.71757.4940
Yxy47.71750.43570.4877
Hunter Lab69.0779-10.736341.9223
CIE-Lab74.6464-7.993474.3245

#cdb911 color RGB value is (205,185,17).

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

The process color (four color CMYK) of #cdb911 color hex is 0.00, 0.10, 0.92, 0.20. Web safe color of #cdb911 is #cccc00. Color #cdb911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 00010001
Octal 315 271 21
Decimal 205 185 17
Hex CD B9 11

RGB Percentages of Color #cdb911

%50.37
%45.45
%4.18

CMYK Percentages of Color #cdb911

%0
%10
%92
%20

Triadic Colors of #cdb911

#cdb911 #11cdb9 #b911cd

Analogous Colors of #cdb911

#cdb911 #83cd11 #cd5b11

Monochromatic Colors of #cdb911

#cdb911

Complementary Color

#cdb911 #1125cd

#cdb911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb911 Color CSS Codes

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

#cdb911 Text Font Color

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

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


#cdb911 Background Color

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

This div background color is #cdb911


#cdb911 Border Color

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

This div border color is #cdb911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb911


Comments

No comments written yet.

Please login to write comment.