Color Hex Logo

#dbffef Color Hex

#DBFFEF
(219,255,239)
1 Favorites   0 Comments

Color spaces of #dbffef

RGB 219255239
HSL0.431.000.93
HSV153°14°100°
CMYK 0.140.000.06   0.00
XYZ80.553492.812195.3303
Yxy92.81210.29980.3454
Hunter Lab96.3390-19.34148.7681
CIE-Lab97.1513-14.54973.7567

#dbffef color RGB value is (219,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11101111
Octal 333 377 357
Decimal 219 255 239
Hex DB FF EF

RGB Percentages of Color #dbffef

%30.72
%35.76
%33.52

CMYK Percentages of Color #dbffef

%14
%0
%6
%0

Triadic Colors of #dbffef

#dbffef #efdbff #ffefdb

Analogous Colors of #dbffef

#dbffef #dbfdff #dbffdd

Monochromatic Colors of #dbffef

#dbffef

Complementary Color

#dbffef #ffdbeb

#dbffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffef Color CSS Codes

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

#dbffef Text Font Color

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

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


#dbffef Background Color

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

This div background color is #dbffef


#dbffef Border Color

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

This div border color is #dbffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffef

Related Colors


Comments

No comments written yet.

Please login to write comment.