Color Hex Logo

#dcbb88 Color Hex

#DCBB88
(220,187,136)
0 Favorites   0 Comments

Color spaces of #dcbb88

RGB 220187136
HSL0.100.550.70
HSV36°38°86°
CMYK 0.000.150.38   0.14
XYZ51.729552.533930.7062
Yxy52.53390.38330.3892
Hunter Lab72.48030.555825.6180
CIE-Lab77.59904.784530.2224

#dcbb88 color RGB value is (220,187,136).

#dcbb88 hex color red value is 220, green value is 187 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dcbb88 hue: 0.10 , saturation: 0.55 and the lightness value of dcbb88 is 0.70.

The process color (four color CMYK) of #dcbb88 color hex is 0.00, 0.15, 0.38, 0.14. Web safe color of #dcbb88 is #cccc99. Color #dcbb88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10001000
Octal 334 273 210
Decimal 220 187 136
Hex DC BB 88

RGB Percentages of Color #dcbb88

%40.52
%34.44
%25.05

CMYK Percentages of Color #dcbb88

%0
%15
%38
%14

Triadic Colors of #dcbb88

#dcbb88 #88dcbb #bb88dc

Analogous Colors of #dcbb88

#dcbb88 #d3dc88 #dc9188

Monochromatic Colors of #dcbb88

#dcbb88

Complementary Color

#dcbb88 #88a9dc

#dcbb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb88 Color CSS Codes

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

#dcbb88 Text Font Color

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

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


#dcbb88 Background Color

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

This div background color is #dcbb88


#dcbb88 Border Color

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

This div border color is #dcbb88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,187,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcbb88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcbb88;
  -webkit-box-shadow: 1px 1px 3px 2px #dcbb88;
  box-shadow:         1px 1px 3px 2px #dcbb88; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb88


Comments

No comments written yet.

Please login to write comment.