Color Hex Logo

#cdb506 Color Hex

#CDB506
(205,181,6)
0 Favorites   0 Comments

Color spaces of #cdb506

RGB 2051816
HSL0.150.940.41
HSV53°97°80°
CMYK 0.000.120.97   0.20
XYZ41.733646.04006.8593
Yxy46.04000.44100.4865
Hunter Lab67.8528-8.954041.5033
CIE-Lab73.5715-6.052974.8537

#cdb506 color RGB value is (205,181,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 00000110
Octal 315 265 6
Decimal 205 181 6
Hex CD B5 6

RGB Percentages of Color #cdb506

%52.30
%46.17
%1.53

CMYK Percentages of Color #cdb506

%0
%12
%97
%20

Triadic Colors of #cdb506

#cdb506 #06cdb5 #b506cd

Analogous Colors of #cdb506

#cdb506 #82cd06 #cd5206

Monochromatic Colors of #cdb506

#cdb506

Complementary Color

#cdb506 #061ecd

#cdb506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb506 Color CSS Codes

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

#cdb506 Text Font Color

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

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


#cdb506 Background Color

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

This div background color is #cdb506


#cdb506 Border Color

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

This div border color is #cdb506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb506


Comments

No comments written yet.

Please login to write comment.