Color Hex Logo

#dbafeb Color Hex

#DBAFEB
(219,175,235)
0 Favorites   0 Comments

Color spaces of #dbafeb

RGB 219175235
HSL0.790.600.80
HSV284°26°92°
CMYK 0.070.260.00   0.08
XYZ59.538851.718285.4418
Yxy51.71820.30270.2629
Hunter Lab71.915421.9284-20.1010
CIE-Lab77.112026.4712-23.9353

#dbafeb color RGB value is (219,175,235).

#dbafeb hex color red value is 219, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbafeb hue: 0.79 , saturation: 0.60 and the lightness value of dbafeb is 0.80.

The process color (four color CMYK) of #dbafeb color hex is 0.07, 0.26, 0.00, 0.08. Web safe color of #dbafeb is #cc99ff. Color #dbafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11101011
Octal 333 257 353
Decimal 219 175 235
Hex DB AF EB

RGB Percentages of Color #dbafeb

%34.82
%27.82
%37.36

CMYK Percentages of Color #dbafeb

%7
%26
%0
%8

Triadic Colors of #dbafeb

#dbafeb #ebdbaf #afebdb

Analogous Colors of #dbafeb

#dbafeb #ebafdd #bdafeb

Monochromatic Colors of #dbafeb

#dbafeb

Complementary Color

#dbafeb #bfebaf

#dbafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafeb Color CSS Codes

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

#dbafeb Text Font Color

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

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


#dbafeb Background Color

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

This div background color is #dbafeb


#dbafeb Border Color

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

This div border color is #dbafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafeb


Comments

No comments written yet.

Please login to write comment.