Color Hex Logo

#ddbabe Color Hex

#DDBABE
(221,186,190)
0 Favorites   0 Comments

Color spaces of #ddbabe

RGB 221186190
HSL0.980.340.80
HSV353°16°87°
CMYK 0.000.160.14   0.13
XYZ56.672054.207756.1914
Yxy54.20770.33920.3245
Hunter Lab73.62598.55146.2879
CIE-Lab78.582713.15252.6506

#ddbabe color RGB value is (221,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10111110
Octal 335 272 276
Decimal 221 186 190
Hex DD BA BE

RGB Percentages of Color #ddbabe

%37.02
%31.16
%31.83

CMYK Percentages of Color #ddbabe

%0
%16
%14
%13

Triadic Colors of #ddbabe

#ddbabe #beddba #babedd

Analogous Colors of #ddbabe

#ddbabe #ddc8ba #ddbad0

Monochromatic Colors of #ddbabe

#ddbabe

Complementary Color

#ddbabe #baddd9

#ddbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbabe Color CSS Codes

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

#ddbabe Text Font Color

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

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


#ddbabe Background Color

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

This div background color is #ddbabe


#ddbabe Border Color

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

This div border color is #ddbabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,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 #ddbabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbabe


Comments

No comments written yet.

Please login to write comment.