Color Hex Logo

#dfaeb3 Color Hex

#DFAEB3
(223,174,179)
0 Favorites   0 Comments

Color spaces of #dfaeb3

RGB 223174179
HSL0.980.430.78
HSV354°22°87°
CMYK 0.000.220.20   0.13
XYZ53.704249.214849.3167
Yxy49.21480.35280.3233
Hunter Lab70.153313.87837.4273
CIE-Lab75.584818.59634.3106

#dfaeb3 color RGB value is (223,174,179).

#dfaeb3 hex color red value is 223, green value is 174 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dfaeb3 hue: 0.98 , saturation: 0.43 and the lightness value of dfaeb3 is 0.78.

The process color (four color CMYK) of #dfaeb3 color hex is 0.00, 0.22, 0.20, 0.13. Web safe color of #dfaeb3 is #cc99cc. Color #dfaeb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 10110011
Octal 337 256 263
Decimal 223 174 179
Hex DF AE B3

RGB Percentages of Color #dfaeb3

%38.72
%30.21
%31.08

CMYK Percentages of Color #dfaeb3

%0
%22
%20
%13

Triadic Colors of #dfaeb3

#dfaeb3 #b3dfae #aeb3df

Analogous Colors of #dfaeb3

#dfaeb3 #dfc2ae #dfaecc

Monochromatic Colors of #dfaeb3

#dfaeb3

Complementary Color

#dfaeb3 #aedfda

#dfaeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaeb3 Color CSS Codes

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

#dfaeb3 Text Font Color

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

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


#dfaeb3 Background Color

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

This div background color is #dfaeb3


#dfaeb3 Border Color

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

This div border color is #dfaeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaeb3


Comments

No comments written yet.

Please login to write comment.