Color Hex Logo

#dbfed0 Color Hex

#DBFED0
(219,254,208)
0 Favorites   0 Comments

Color spaces of #dbfed0

RGB 219254208
HSL0.290.960.91
HSV106°18°100°
CMYK 0.140.000.18   0.00
XYZ76.040490.497873.1346
Yxy90.49780.31730.3776
Hunter Lab95.1303-23.797921.0101
CIE-Lab96.2029-19.468518.3002

#dbfed0 color RGB value is (219,254,208).

#dbfed0 hex color red value is 219, green value is 254 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #dbfed0 hue: 0.29 , saturation: 0.96 and the lightness value of dbfed0 is 0.91.

The process color (four color CMYK) of #dbfed0 color hex is 0.14, 0.00, 0.18, 0.00. Web safe color of #dbfed0 is #ccffcc. Color #dbfed0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11010000
Octal 333 376 320
Decimal 219 254 208
Hex DB FE D0

RGB Percentages of Color #dbfed0

%32.16
%37.30
%30.54

CMYK Percentages of Color #dbfed0

%14
%0
%18
%0

Triadic Colors of #dbfed0

#dbfed0 #d0dbfe #fed0db

Analogous Colors of #dbfed0

#dbfed0 #d0fedc #f2fed0

Monochromatic Colors of #dbfed0

#dbfed0

Complementary Color

#dbfed0 #f3d0fe

#dbfed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfed0 Color CSS Codes

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

#dbfed0 Text Font Color

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

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


#dbfed0 Background Color

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

This div background color is #dbfed0


#dbfed0 Border Color

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

This div border color is #dbfed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfed0

Related Colors


Comments

No comments written yet.

Please login to write comment.