Color Hex Logo

#dbafce Color Hex

#DBAFCE
(219,175,206)
0 Favorites   0 Comments

Color spaces of #dbafce

RGB 219175206
HSL0.880.380.77
HSV318°20°86°
CMYK 0.000.200.06   0.14
XYZ55.684050.176265.1426
Yxy50.17620.32560.2934
Hunter Lab70.835216.3585-4.9406
CIE-Lab76.177321.0607-9.5989

#dbafce color RGB value is (219,175,206).

#dbafce hex color red value is 219, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dbafce hue: 0.88 , saturation: 0.38 and the lightness value of dbafce is 0.77.

The process color (four color CMYK) of #dbafce color hex is 0.00, 0.20, 0.06, 0.14. Web safe color of #dbafce is #cc99cc. Color #dbafce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11001110
Octal 333 257 316
Decimal 219 175 206
Hex DB AF CE

RGB Percentages of Color #dbafce

%36.50
%29.17
%34.33

CMYK Percentages of Color #dbafce

%0
%20
%6
%14

Triadic Colors of #dbafce

#dbafce #cedbaf #afcedb

Analogous Colors of #dbafce

#dbafce #dbafb8 #d2afdb

Monochromatic Colors of #dbafce

#dbafce

Complementary Color

#dbafce #afdbbc

#dbafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafce Color CSS Codes

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

#dbafce Text Font Color

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

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


#dbafce Background Color

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

This div background color is #dbafce


#dbafce Border Color

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

This div border color is #dbafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafce


Comments

No comments written yet.

Please login to write comment.