Color Hex Logo

#dfbada Color Hex

#DFBADA
(223,186,218)
0 Favorites   0 Comments

Color spaces of #dfbada

RGB 223186218
HSL0.860.370.80
HSV308°17°87°
CMYK 0.000.170.02   0.13
XYZ60.645255.867773.9169
Yxy55.86770.31850.2934
Hunter Lab74.744714.0254-6.3121
CIE-Lab79.538518.6462-11.0538

#dfbada color RGB value is (223,186,218).

#dfbada hex color red value is 223, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dfbada hue: 0.86 , saturation: 0.37 and the lightness value of dfbada is 0.80.

The process color (four color CMYK) of #dfbada color hex is 0.00, 0.17, 0.02, 0.13. Web safe color of #dfbada is #cccccc. Color #dfbada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 11011010
Octal 337 272 332
Decimal 223 186 218
Hex DF BA DA

RGB Percentages of Color #dfbada

%35.57
%29.67
%34.77

CMYK Percentages of Color #dfbada

%0
%17
%2
%13

Triadic Colors of #dfbada

#dfbada #dadfba #badadf

Analogous Colors of #dfbada

#dfbada #dfbac8 #d2badf

Monochromatic Colors of #dfbada

#dfbada

Complementary Color

#dfbada #badfbf

#dfbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbada Color CSS Codes

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

#dfbada Text Font Color

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

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


#dfbada Background Color

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

This div background color is #dfbada


#dfbada Border Color

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

This div border color is #dfbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbada


Comments

No comments written yet.

Please login to write comment.