Color Hex Logo

#dbffe0 Color Hex

#DBFFE0
(219,255,224)
0 Favorites   0 Comments

Color spaces of #dbffe0

RGB 219255224
HSL0.361.000.93
HSV128°14°100°
CMYK 0.140.000.12   0.00
XYZ78.428091.961984.1378
Yxy91.96190.30810.3613
Hunter Lab95.8968-21.835315.1079
CIE-Lab96.8047-17.254610.9609

#dbffe0 color RGB value is (219,255,224).

#dbffe0 hex color red value is 219, green value is 255 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dbffe0 hue: 0.36 , saturation: 1.00 and the lightness value of dbffe0 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11100000
Octal 333 377 340
Decimal 219 255 224
Hex DB FF E0

RGB Percentages of Color #dbffe0

%31.38
%36.53
%32.09

CMYK Percentages of Color #dbffe0

%14
%0
%12
%0

Triadic Colors of #dbffe0

#dbffe0 #e0dbff #ffe0db

Analogous Colors of #dbffe0

#dbffe0 #dbfff2 #e8ffdb

Monochromatic Colors of #dbffe0

#dbffe0

Complementary Color

#dbffe0 #ffdbfa

#dbffe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffe0 Color CSS Codes

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

#dbffe0 Text Font Color

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

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


#dbffe0 Background Color

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

This div background color is #dbffe0


#dbffe0 Border Color

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

This div border color is #dbffe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffe0

Related Colors

#dbffe0 Color Palettes


Comments

No comments written yet.

Please login to write comment.