Color Hex Logo

#d5aebf Color Hex

#D5AEBF
(213,174,191)
0 Favorites   0 Comments

Color spaces of #d5aebf

RGB 213174191
HSL0.930.320.76
HSV334°18°84°
CMYK 0.000.180.10   0.16
XYZ51.980648.179855.8502
Yxy48.17980.33320.3088
Hunter Lab69.411712.20360.8821
CIE-Lab74.938216.9130-3.3076

#d5aebf color RGB value is (213,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101110 10111111
Octal 325 256 277
Decimal 213 174 191
Hex D5 AE BF

RGB Percentages of Color #d5aebf

%36.85
%30.10
%33.04

CMYK Percentages of Color #d5aebf

%0
%18
%10
%16

Triadic Colors of #d5aebf

#d5aebf #bfd5ae #aebfd5

Analogous Colors of #d5aebf

#d5aebf #d5b1ae #d5aed3

Monochromatic Colors of #d5aebf

#d5aebf

Complementary Color

#d5aebf #aed5c4

#d5aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aebf Color CSS Codes

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

#d5aebf Text Font Color

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

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


#d5aebf Background Color

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

This div background color is #d5aebf


#d5aebf Border Color

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

This div border color is #d5aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aebf


Comments

No comments written yet.

Please login to write comment.