Color Hex Logo

#cdb489 Color Hex

#CDB489
(205,180,137)
0 Favorites   0 Comments

Color spaces of #cdb489

RGB 205180137
HSL0.110.400.67
HSV38°33°80°
CMYK 0.000.120.33   0.20
XYZ46.013547.427830.3962
Yxy47.42780.37160.3830
Hunter Lab68.8678-1.255422.0387
CIE-Lab74.46262.676925.2577

#cdb489 color RGB value is (205,180,137).

#cdb489 hex color red value is 205, green value is 180 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cdb489 hue: 0.11 , saturation: 0.40 and the lightness value of cdb489 is 0.67.

The process color (four color CMYK) of #cdb489 color hex is 0.00, 0.12, 0.33, 0.20. Web safe color of #cdb489 is #cccc99. Color #cdb489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 10001001
Octal 315 264 211
Decimal 205 180 137
Hex CD B4 89

RGB Percentages of Color #cdb489

%39.27
%34.48
%26.25

CMYK Percentages of Color #cdb489

%0
%12
%33
%20

Triadic Colors of #cdb489

#cdb489 #89cdb4 #b489cd

Analogous Colors of #cdb489

#cdb489 #c4cd89 #cd9289

Monochromatic Colors of #cdb489

#cdb489

Complementary Color

#cdb489 #89a2cd

#cdb489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb489 Color CSS Codes

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

#cdb489 Text Font Color

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

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


#cdb489 Background Color

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

This div background color is #cdb489


#cdb489 Border Color

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

This div border color is #cdb489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb489


Comments

No comments written yet.

Please login to write comment.