Color Hex Logo

#dbebf9 Color Hex

#DBEBF9
(219,235,249)
1 Favorites   0 Comments

Color spaces of #dbebf9

RGB 219235249
HSL0.580.710.92
HSV208°12°98°
CMYK 0.120.060.00   0.02
XYZ76.020681.3163101.3114
Yxy81.31630.29390.3144
Hunter Lab90.1756-7.3265-3.4889
CIE-Lab92.2723-2.5665-8.5760

#dbebf9 color RGB value is (219,235,249).

#dbebf9 hex color red value is 219, green value is 235 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dbebf9 hue: 0.58 , saturation: 0.71 and the lightness value of dbebf9 is 0.92.

The process color (four color CMYK) of #dbebf9 color hex is 0.12, 0.06, 0.00, 0.02. Web safe color of #dbebf9 is #ccffff. Color #dbebf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11111001
Octal 333 353 371
Decimal 219 235 249
Hex DB EB F9

RGB Percentages of Color #dbebf9

%31.15
%33.43
%35.42

CMYK Percentages of Color #dbebf9

%12
%6
%0
%2

Triadic Colors of #dbebf9

#dbebf9 #f9dbeb #ebf9db

Analogous Colors of #dbebf9

#dbebf9 #dbdcf9 #dbf9f8

Monochromatic Colors of #dbebf9

#dbebf9

Complementary Color

#dbebf9 #f9e9db

#dbebf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebf9 Color CSS Codes

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

#dbebf9 Text Font Color

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

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


#dbebf9 Background Color

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

This div background color is #dbebf9


#dbebf9 Border Color

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

This div border color is #dbebf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebf9


Comments

No comments written yet.

Please login to write comment.