Color Hex Logo

#d6babe Color Hex

#D6BABE
(214,186,190)
0 Favorites   0 Comments

Color spaces of #d6babe

RGB 214186190
HSL0.980.250.78
HSV351°13°84°
CMYK 0.000.130.11   0.16
XYZ54.584753.131756.0937
Yxy53.13170.33320.3243
Hunter Lab72.89156.10945.3974
CIE-Lab77.952710.63661.6574

#d6babe color RGB value is (214,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111010 10111110
Octal 326 272 276
Decimal 214 186 190
Hex D6 BA BE

RGB Percentages of Color #d6babe

%36.27
%31.53
%32.20

CMYK Percentages of Color #d6babe

%0
%13
%11
%16

Triadic Colors of #d6babe

#d6babe #bed6ba #babed6

Analogous Colors of #d6babe

#d6babe #d6c4ba #d6bacc

Monochromatic Colors of #d6babe

#d6babe

Complementary Color

#d6babe #bad6d2

#d6babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6babe Color CSS Codes

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

#d6babe Text Font Color

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

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


#d6babe Background Color

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

This div background color is #d6babe


#d6babe Border Color

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

This div border color is #d6babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6babe


Comments

No comments written yet.

Please login to write comment.