Color Hex Logo

#cdb955 Color Hex

#CDB955
(205,185,85)
0 Favorites   0 Comments

Color spaces of #cdb955

RGB 20518585
HSL0.140.550.57
HSV50°59°80°
CMYK 0.000.100.59   0.20
XYZ44.165548.332915.5957
Yxy48.33290.40860.4471
Hunter Lab69.5219-8.266735.3649
CIE-Lab75.0344-5.115852.3125

#cdb955 color RGB value is (205,185,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01010101
Octal 315 271 125
Decimal 205 185 85
Hex CD B9 55

RGB Percentages of Color #cdb955

%43.16
%38.95
%17.89

CMYK Percentages of Color #cdb955

%0
%10
%59
%20

Triadic Colors of #cdb955

#cdb955 #55cdb9 #b955cd

Analogous Colors of #cdb955

#cdb955 #a5cd55 #cd7d55

Monochromatic Colors of #cdb955

#cdb955

Complementary Color

#cdb955 #5569cd

#cdb955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb955 Color CSS Codes

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

#cdb955 Text Font Color

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

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


#cdb955 Background Color

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

This div background color is #cdb955


#cdb955 Border Color

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

This div border color is #cdb955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb955


Comments

No comments written yet.

Please login to write comment.