Color Hex Logo

#d4aebf Color Hex

#D4AEBF
(212,174,191)
0 Favorites   0 Comments

Color spaces of #d4aebf

RGB 212174191
HSL0.930.310.76
HSV333°18°83°
CMYK 0.000.180.10   0.17
XYZ51.691448.030755.8366
Yxy48.03070.33230.3088
Hunter Lab69.304211.85420.7445
CIE-Lab74.844316.5580-3.4565

#d4aebf color RGB value is (212,174,191).

#d4aebf hex color red value is 212, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d4aebf hue: 0.93 , saturation: 0.31 and the lightness value of d4aebf is 0.76.

The process color (four color CMYK) of #d4aebf color hex is 0.00, 0.18, 0.10, 0.17. Web safe color of #d4aebf is #cc99cc. Color #d4aebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101110 10111111
Octal 324 256 277
Decimal 212 174 191
Hex D4 AE BF

RGB Percentages of Color #d4aebf

%36.74
%30.16
%33.10

CMYK Percentages of Color #d4aebf

%0
%18
%10
%17

Triadic Colors of #d4aebf

#d4aebf #bfd4ae #aebfd4

Analogous Colors of #d4aebf

#d4aebf #d4b0ae #d4aed2

Monochromatic Colors of #d4aebf

#d4aebf

Complementary Color

#d4aebf #aed4c3

#d4aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aebf Color CSS Codes

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

#d4aebf Text Font Color

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

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


#d4aebf Background Color

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

This div background color is #d4aebf


#d4aebf Border Color

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

This div border color is #d4aebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,174,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aebf

#d4aebf Color Palettes


Comments

No comments written yet.

Please login to write comment.