Color Hex Logo

#dbffe9 Color Hex

#DBFFE9
(219,255,233)
0 Favorites   0 Comments

Color spaces of #dbffe9

RGB 219255233
HSL0.401.000.93
HSV143°14°100°
CMYK 0.140.000.09   0.00
XYZ79.681492.463390.7383
Yxy92.46330.30310.3517
Hunter Lab96.1578-20.361811.3621
CIE-Lab97.0094-15.65156.6348

#dbffe9 color RGB value is (219,255,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11101001
Octal 333 377 351
Decimal 219 255 233
Hex DB FF E9

RGB Percentages of Color #dbffe9

%30.98
%36.07
%32.96

CMYK Percentages of Color #dbffe9

%14
%0
%9
%0

Triadic Colors of #dbffe9

#dbffe9 #e9dbff #ffe9db

Analogous Colors of #dbffe9

#dbffe9 #dbfffb #dfffdb

Monochromatic Colors of #dbffe9

#dbffe9

Complementary Color

#dbffe9 #ffdbf1

#dbffe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffe9 Color CSS Codes

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

#dbffe9 Text Font Color

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

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


#dbffe9 Background Color

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

This div background color is #dbffe9


#dbffe9 Border Color

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

This div border color is #dbffe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffe9

Related Colors


Comments

No comments written yet.

Please login to write comment.