Color Hex Logo

#cdb594 Color Hex

#CDB594
(205,181,148)
0 Favorites   0 Comments

Color spaces of #cdb594

RGB 205181148
HSL0.100.360.69
HSV35°28°80°
CMYK 0.000.120.28   0.20
XYZ47.046048.165034.8342
Yxy48.16500.36180.3704
Hunter Lab69.4010-0.449018.8215
CIE-Lab74.92893.581819.9868

#cdb594 color RGB value is (205,181,148).

#cdb594 hex color red value is 205, green value is 181 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cdb594 hue: 0.10 , saturation: 0.36 and the lightness value of cdb594 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 10010100
Octal 315 265 224
Decimal 205 181 148
Hex CD B5 94

RGB Percentages of Color #cdb594

%38.39
%33.90
%27.72

CMYK Percentages of Color #cdb594

%0
%12
%28
%20

Triadic Colors of #cdb594

#cdb594 #94cdb5 #b594cd

Analogous Colors of #cdb594

#cdb594 #c9cd94 #cd9994

Monochromatic Colors of #cdb594

#cdb594

Complementary Color

#cdb594 #94accd

#cdb594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb594 Color CSS Codes

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

#cdb594 Text Font Color

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

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


#cdb594 Background Color

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

This div background color is #cdb594


#cdb594 Border Color

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

This div border color is #cdb594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb594

#cdb594 Color Palettes


Comments

No comments written yet.

Please login to write comment.