Color Hex Logo

#dcbabe Color Hex

#DCBABE
(220,186,190)
0 Favorites   0 Comments

Color spaces of #dcbabe

RGB 220186190
HSL0.980.330.80
HSV353°15°86°
CMYK 0.000.150.14   0.14
XYZ56.368454.051256.1772
Yxy54.05120.33840.3244
Hunter Lab73.51958.19926.1594
CIE-Lab78.491612.79242.5070

#dcbabe color RGB value is (220,186,190).

#dcbabe hex color red value is 220, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dcbabe hue: 0.98 , saturation: 0.33 and the lightness value of dcbabe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 10111110
Octal 334 272 276
Decimal 220 186 190
Hex DC BA BE

RGB Percentages of Color #dcbabe

%36.91
%31.21
%31.88

CMYK Percentages of Color #dcbabe

%0
%15
%14
%14

Triadic Colors of #dcbabe

#dcbabe #bedcba #babedc

Analogous Colors of #dcbabe

#dcbabe #dcc7ba #dcbacf

Monochromatic Colors of #dcbabe

#dcbabe

Complementary Color

#dcbabe #badcd8

#dcbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbabe Color CSS Codes

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

#dcbabe Text Font Color

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

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


#dcbabe Background Color

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

This div background color is #dcbabe


#dcbabe Border Color

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

This div border color is #dcbabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbabe


Comments

No comments written yet.

Please login to write comment.