Color Hex Logo

#d5babe Color Hex

#D5BABE
(213,186,190)
0 Favorites   0 Comments

Color spaces of #d5babe

RGB 213186190
HSL0.980.240.78
HSV351°13°84°
CMYK 0.000.130.11   0.16
XYZ54.293752.981756.0801
Yxy52.98170.33240.3243
Hunter Lab72.78855.76505.2718
CIE-Lab77.864210.27821.5178

#d5babe color RGB value is (213,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111010 10111110
Octal 325 272 276
Decimal 213 186 190
Hex D5 BA BE

RGB Percentages of Color #d5babe

%36.16
%31.58
%32.26

CMYK Percentages of Color #d5babe

%0
%13
%11
%16

Triadic Colors of #d5babe

#d5babe #bed5ba #babed5

Analogous Colors of #d5babe

#d5babe #d5c4ba #d5bacc

Monochromatic Colors of #d5babe

#d5babe

Complementary Color

#d5babe #bad5d1

#d5babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5babe Color CSS Codes

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

#d5babe Text Font Color

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

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


#d5babe Background Color

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

This div background color is #d5babe


#d5babe Border Color

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

This div border color is #d5babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5babe


Comments

No comments written yet.

Please login to write comment.