color codes Logo

#dbaeef color codes

#DBAEEF
(219,174,239)
0 Favorites   0 Comments

Color spaces of #dbaeef

RGB 219174239
HSL0.780.670.81
HSV282°27°94°
CMYK 0.080.270.00   0.06
XYZ59.929551.564288.4556
Yxy51.56420.29970.2579
Hunter Lab71.808223.3076-22.7695
CIE-Lab77.019527.8038-26.2388

#dbaeef color RGB value is (219,174,239).

#dbaeef hex color red value is 219, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbaeef hue: 0.78 , saturation: 0.67 and the lightness value of dbaeef is 0.81.

The process color (four color CMYK) of #dbaeef color code is 0.08, 0.27, 0.00, 0.06. Web safe color of #dbaeef is #cc99ff. Color #dbaeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11101111
Octal 333 256 357
Decimal 219 174 239
Hex DB AE EF

RGB Percentages of Color #dbaeef

%34.65
%27.53
%37.82

CMYK Percentages of Color #dbaeef

%8
%27
%0
%6

Triadic Colors of #dbaeef

#dbaeef #efdbae #aeefdb

Analogous Colors of #dbaeef

#dbaeef #efaee3 #bbaeef

Monochromatic Colors of #dbaeef

#dbaeef

Complementary Color

#dbaeef #c2efae

#dbaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaeef Color CSS Codes

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

#dbaeef Text Font Color

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

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


#dbaeef Background Color

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

This div background color is #dbaeef


#dbaeef Border Color

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

This div border color is #dbaeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaeef


Comments

No comments written yet.

Please login to write comment.