Color Hex Logo

#dbfaed Color Hex

#DBFAED
(219,250,237)
0 Favorites   0 Comments

Color spaces of #dbfaed

RGB 219250237
HSL0.430.760.92
HSV155°12°98°
CMYK 0.120.000.05   0.02
XYZ78.685189.545793.2577
Yxy89.54570.30090.3424
Hunter Lab94.6286-17.17467.8090
CIE-Lab95.8080-12.44642.8375

#dbfaed color RGB value is (219,250,237).

#dbfaed hex color red value is 219, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dbfaed hue: 0.43 , saturation: 0.76 and the lightness value of dbfaed is 0.92.

The process color (four color CMYK) of #dbfaed color hex is 0.12, 0.00, 0.05, 0.02. Web safe color of #dbfaed is #ccffff. Color #dbfaed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 11101101
Octal 333 372 355
Decimal 219 250 237
Hex DB FA ED

RGB Percentages of Color #dbfaed

%31.02
%35.41
%33.57

CMYK Percentages of Color #dbfaed

%12
%0
%5
%2

Triadic Colors of #dbfaed

#dbfaed #eddbfa #faeddb

Analogous Colors of #dbfaed

#dbfaed #dbf8fa #dbfade

Monochromatic Colors of #dbfaed

#dbfaed

Complementary Color

#dbfaed #fadbe8

#dbfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfaed Color CSS Codes

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

#dbfaed Text Font Color

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

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


#dbfaed Background Color

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

This div background color is #dbfaed


#dbfaed Border Color

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

This div border color is #dbfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfaed

#dbfaed Color Palettes


Comments

No comments written yet.

Please login to write comment.