Color Hex Logo

#cdb951 Color Hex

#CDB951
(205,185,81)
0 Favorites   0 Comments

Color spaces of #cdb951

RGB 20518581
HSL0.140.550.56
HSV50°60°80°
CMYK 0.000.100.60   0.20
XYZ44.011048.271114.7822
Yxy48.27110.41110.4509
Hunter Lab69.4774-8.513336.0195
CIE-Lab74.9956-5.400654.0977

#cdb951 color RGB value is (205,185,81).

#cdb951 hex color red value is 205, green value is 185 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #cdb951 hue: 0.14 , saturation: 0.55 and the lightness value of cdb951 is 0.56.

The process color (four color CMYK) of #cdb951 color hex is 0.00, 0.10, 0.60, 0.20. Web safe color of #cdb951 is #cccc66. Color #cdb951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01010001
Octal 315 271 121
Decimal 205 185 81
Hex CD B9 51

RGB Percentages of Color #cdb951

%43.52
%39.28
%17.20

CMYK Percentages of Color #cdb951

%0
%10
%60
%20

Triadic Colors of #cdb951

#cdb951 #51cdb9 #b951cd

Analogous Colors of #cdb951

#cdb951 #a3cd51 #cd7b51

Monochromatic Colors of #cdb951

#cdb951

Complementary Color

#cdb951 #5165cd

#cdb951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb951 Color CSS Codes

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

#cdb951 Text Font Color

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

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


#cdb951 Background Color

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

This div background color is #cdb951


#cdb951 Border Color

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

This div border color is #cdb951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb951


Comments

No comments written yet.

Please login to write comment.