Color Hex Logo

#d5afbc Color Hex

#D5AFBC
(213,175,188)
0 Favorites   0 Comments

Color spaces of #d5afbc

RGB 213175188
HSL0.940.310.76
HSV339°18°84°
CMYK 0.000.180.12   0.16
XYZ51.847648.436954.1935
Yxy48.43690.33560.3136
Hunter Lab69.596611.18362.5497
CIE-Lab75.099715.8679-1.4303

#d5afbc color RGB value is (213,175,188).

#d5afbc hex color red value is 213, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d5afbc hue: 0.94 , saturation: 0.31 and the lightness value of d5afbc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101111 10111100
Octal 325 257 274
Decimal 213 175 188
Hex D5 AF BC

RGB Percentages of Color #d5afbc

%36.98
%30.38
%32.64

CMYK Percentages of Color #d5afbc

%0
%18
%12
%16

Triadic Colors of #d5afbc

#d5afbc #bcd5af #afbcd5

Analogous Colors of #d5afbc

#d5afbc #d5b5af #d5afcf

Monochromatic Colors of #d5afbc

#d5afbc

Complementary Color

#d5afbc #afd5c8

#d5afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5afbc Color CSS Codes

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

#d5afbc Text Font Color

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

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


#d5afbc Background Color

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

This div background color is #d5afbc


#d5afbc Border Color

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

This div border color is #d5afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5afbc


Comments

No comments written yet.

Please login to write comment.