Color Hex Logo

#d5aeb5 Color Hex

#D5AEB5
(213,174,181)
0 Favorites   0 Comments

Color spaces of #d5aeb5

RGB 213174181
HSL0.970.320.76
HSV349°18°84°
CMYK 0.000.180.15   0.16
XYZ50.917147.754450.2500
Yxy47.75440.34190.3207
Hunter Lab69.104610.58805.2599
CIE-Lab74.669815.26221.7702

#d5aeb5 color RGB value is (213,174,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101110 10110101
Octal 325 256 265
Decimal 213 174 181
Hex D5 AE B5

RGB Percentages of Color #d5aeb5

%37.50
%30.63
%31.87

CMYK Percentages of Color #d5aeb5

%0
%18
%15
%16

Triadic Colors of #d5aeb5

#d5aeb5 #b5d5ae #aeb5d5

Analogous Colors of #d5aeb5

#d5aeb5 #d5bbae #d5aec9

Monochromatic Colors of #d5aeb5

#d5aeb5

Complementary Color

#d5aeb5 #aed5ce

#d5aeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aeb5 Color CSS Codes

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

#d5aeb5 Text Font Color

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

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


#d5aeb5 Background Color

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

This div background color is #d5aeb5


#d5aeb5 Border Color

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

This div border color is #d5aeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aeb5


Comments

No comments written yet.

Please login to write comment.