Color Hex Logo

#d0cb93 Color Hex

#D0CB93
(208,203,147)
0 Favorites   0 Comments

Color spaces of #d0cb93

RGB 208203147
HSL0.150.390.70
HSV55°29°82°
CMYK 0.000.020.29   0.18
XYZ52.634858.228436.0688
Yxy58.22840.35820.3963
Hunter Lab76.3075-10.413925.3903
CIE-Lab80.8656-6.928028.6252

#d0cb93 color RGB value is (208,203,147).

#d0cb93 hex color red value is 208, green value is 203 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d0cb93 hue: 0.15 , saturation: 0.39 and the lightness value of d0cb93 is 0.70.

The process color (four color CMYK) of #d0cb93 color hex is 0.00, 0.02, 0.29, 0.18. Web safe color of #d0cb93 is #cccc99. Color #d0cb93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001011 10010011
Octal 320 313 223
Decimal 208 203 147
Hex D0 CB 93

RGB Percentages of Color #d0cb93

%37.28
%36.38
%26.34

CMYK Percentages of Color #d0cb93

%0
%2
%29
%18

Triadic Colors of #d0cb93

#d0cb93 #93d0cb #cb93d0

Analogous Colors of #d0cb93

#d0cb93 #b7d093 #d0ad93

Monochromatic Colors of #d0cb93

#d0cb93

Complementary Color

#d0cb93 #9398d0

#d0cb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cb93 Color CSS Codes

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

#d0cb93 Text Font Color

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

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


#d0cb93 Background Color

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

This div background color is #d0cb93


#d0cb93 Border Color

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

This div border color is #d0cb93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,203,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0cb93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0cb93;
  -webkit-box-shadow: 1px 1px 3px 2px #d0cb93;
  box-shadow:         1px 1px 3px 2px #d0cb93; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,203,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cb93


Comments

No comments written yet.

Please login to write comment.