Color Hex Logo

#dcbea5 Color Hex

#DCBEA5
(220,190,165)
0 Favorites   0 Comments

Color spaces of #dcbea5

RGB 220190165
HSL0.080.440.75
HSV27°25°86°
CMYK 0.000.140.25   0.14
XYZ54.720254.759243.2828
Yxy54.75920.35820.3585
Hunter Lab73.99952.495917.1205
CIE-Lab78.90246.886816.5691

#dcbea5 color RGB value is (220,190,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 10100101
Octal 334 276 245
Decimal 220 190 165
Hex DC BE A5

RGB Percentages of Color #dcbea5

%38.26
%33.04
%28.70

CMYK Percentages of Color #dcbea5

%0
%14
%25
%14

Triadic Colors of #dcbea5

#dcbea5 #a5dcbe #bea5dc

Analogous Colors of #dcbea5

#dcbea5 #dcdaa5 #dca5a8

Monochromatic Colors of #dcbea5

#dcbea5

Complementary Color

#dcbea5 #a5c3dc

#dcbea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbea5 Color CSS Codes

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

#dcbea5 Text Font Color

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

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


#dcbea5 Background Color

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

This div background color is #dcbea5


#dcbea5 Border Color

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

This div border color is #dcbea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbea5


Comments

No comments written yet.

Please login to write comment.