Color Hex Logo

#dcbea4 Color Hex

#DCBEA4
(220,190,164)
0 Favorites   0 Comments

Color spaces of #dcbea4

RGB 220190164
HSL0.080.440.75
HSV28°25°86°
CMYK 0.000.140.25   0.14
XYZ54.629554.722942.8052
Yxy54.72290.35900.3596
Hunter Lab73.97492.363817.4746
CIE-Lab78.88146.747317.0758

#dcbea4 color RGB value is (220,190,164).

#dcbea4 hex color red value is 220, green value is 190 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #dcbea4 hue: 0.08 , saturation: 0.44 and the lightness value of dcbea4 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 10100100
Octal 334 276 244
Decimal 220 190 164
Hex DC BE A4

RGB Percentages of Color #dcbea4

%38.33
%33.10
%28.57

CMYK Percentages of Color #dcbea4

%0
%14
%25
%14

Triadic Colors of #dcbea4

#dcbea4 #a4dcbe #bea4dc

Analogous Colors of #dcbea4

#dcbea4 #dcdaa4 #dca4a6

Monochromatic Colors of #dcbea4

#dcbea4

Complementary Color

#dcbea4 #a4c2dc

#dcbea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbea4 Color CSS Codes

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

#dcbea4 Text Font Color

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

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


#dcbea4 Background Color

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

This div background color is #dcbea4


#dcbea4 Border Color

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

This div border color is #dcbea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbea4


Comments

No comments written yet.

Please login to write comment.