Color Hex Logo

#d5baef Color Hex

#D5BAEF
(213,186,239)
0 Favorites   0 Comments

Color spaces of #d5baef

RGB 213186239
HSL0.750.620.83
HSV271°22°94°
CMYK 0.110.220.00   0.06
XYZ60.579555.495989.1803
Yxy55.49590.29510.2704
Hunter Lab74.495614.7882-18.8305
CIE-Lab79.326119.4063-22.7702

#d5baef color RGB value is (213,186,239).

#d5baef hex color red value is 213, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d5baef hue: 0.75 , saturation: 0.62 and the lightness value of d5baef is 0.83.

The process color (four color CMYK) of #d5baef color hex is 0.11, 0.22, 0.00, 0.06. Web safe color of #d5baef is #ccccff. Color #d5baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111010 11101111
Octal 325 272 357
Decimal 213 186 239
Hex D5 BA EF

RGB Percentages of Color #d5baef

%33.39
%29.15
%37.46

CMYK Percentages of Color #d5baef

%11
%22
%0
%6

Triadic Colors of #d5baef

#d5baef #efd5ba #baefd5

Analogous Colors of #d5baef

#d5baef #efbaef #bbbaef

Monochromatic Colors of #d5baef

#d5baef

Complementary Color

#d5baef #d4efba

#d5baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5baef Color CSS Codes

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

#d5baef Text Font Color

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

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


#d5baef Background Color

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

This div background color is #d5baef


#d5baef Border Color

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

This div border color is #d5baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5baef


Comments

No comments written yet.

Please login to write comment.