Color Hex Logo

#dbffe7 Color Hex

#DBFFE7
(219,255,231)
0 Favorites   0 Comments

Color spaces of #dbffe7

RGB 219255231
HSL0.391.000.93
HSV140°14°100°
CMYK 0.140.000.09   0.00
XYZ79.397292.349689.2419
Yxy92.34960.30420.3538
Hunter Lab96.0987-20.695212.2095
CIE-Lab96.9630-16.01307.5953

#dbffe7 color RGB value is (219,255,231).

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

The process color (four color CMYK) of #dbffe7 color hex is 0.14, 0.00, 0.09, 0.00. Web safe color of #dbffe7 is #ccffff. Color #dbffe7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11100111
Octal 333 377 347
Decimal 219 255 231
Hex DB FF E7

RGB Percentages of Color #dbffe7

%31.06
%36.17
%32.77

CMYK Percentages of Color #dbffe7

%14
%0
%9
%0

Triadic Colors of #dbffe7

#dbffe7 #e7dbff #ffe7db

Analogous Colors of #dbffe7

#dbffe7 #dbfff9 #e1ffdb

Monochromatic Colors of #dbffe7

#dbffe7

Complementary Color

#dbffe7 #ffdbf3

#dbffe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffe7 Color CSS Codes

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

#dbffe7 Text Font Color

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

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


#dbffe7 Background Color

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

This div background color is #dbffe7


#dbffe7 Border Color

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

This div border color is #dbffe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffe7

Related Colors

#dbffe7 Color Palettes


Comments

No comments written yet.

Please login to write comment.