Color Hex Logo

#d4abef Color Hex

#D4ABEF
(212,171,239)
0 Favorites   0 Comments

Color spaces of #d4abef

RGB 212171239
HSL0.770.680.80
HSV276°28°94°
CMYK 0.110.280.00   0.06
XYZ57.294349.354988.1681
Yxy49.35490.29410.2533
Hunter Lab70.253022.6314-25.2323
CIE-Lab75.671627.2351-28.3604

#d4abef color RGB value is (212,171,239).

#d4abef hex color red value is 212, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d4abef hue: 0.77 , saturation: 0.68 and the lightness value of d4abef is 0.80.

The process color (four color CMYK) of #d4abef color hex is 0.11, 0.28, 0.00, 0.06. Web safe color of #d4abef is #cc99ff. Color #d4abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101011 11101111
Octal 324 253 357
Decimal 212 171 239
Hex D4 AB EF

RGB Percentages of Color #d4abef

%34.08
%27.49
%38.42

CMYK Percentages of Color #d4abef

%11
%28
%0
%6

Triadic Colors of #d4abef

#d4abef #efd4ab #abefd4

Analogous Colors of #d4abef

#d4abef #efabe8 #b2abef

Monochromatic Colors of #d4abef

#d4abef

Complementary Color

#d4abef #c6efab

#d4abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4abef Color CSS Codes

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

#d4abef Text Font Color

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

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


#d4abef Background Color

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

This div background color is #d4abef


#d4abef Border Color

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

This div border color is #d4abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4abef


Comments

No comments written yet.

Please login to write comment.