Color Hex Logo

#d3baef Color Hex

#D3BAEF
(211,186,239)
0 Favorites   0 Comments

Color spaces of #d3baef

RGB 211186239
HSL0.750.620.83
HSV268°22°94°
CMYK 0.120.220.00   0.06
XYZ60.002955.198789.1533
Yxy55.19870.29360.2701
Hunter Lab74.295814.1427-19.1396
CIE-Lab79.155618.7715-23.0453

#d3baef color RGB value is (211,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111010 11101111
Octal 323 272 357
Decimal 211 186 239
Hex D3 BA EF

RGB Percentages of Color #d3baef

%33.18
%29.25
%37.58

CMYK Percentages of Color #d3baef

%12
%22
%0
%6

Triadic Colors of #d3baef

#d3baef #efd3ba #baefd3

Analogous Colors of #d3baef

#d3baef #eebaef #babcef

Monochromatic Colors of #d3baef

#d3baef

Complementary Color

#d3baef #d6efba

#d3baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3baef Color CSS Codes

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

#d3baef Text Font Color

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

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


#d3baef Background Color

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

This div background color is #d3baef


#d3baef Border Color

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

This div border color is #d3baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3baef


Comments

No comments written yet.

Please login to write comment.