Color Hex Logo

#dbffec Color Hex

#DBFFEC
(219,255,236)
0 Favorites   0 Comments

Color spaces of #dbffec

RGB 219255236
HSL0.411.000.93
HSV148°14°100°
CMYK 0.140.000.07   0.00
XYZ80.113792.636293.0150
Yxy92.63620.30140.3486
Hunter Lab96.2477-19.855410.0748
CIE-Lab97.0798-15.10395.1951

#dbffec color RGB value is (219,255,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11101100
Octal 333 377 354
Decimal 219 255 236
Hex DB FF EC

RGB Percentages of Color #dbffec

%30.85
%35.92
%33.24

CMYK Percentages of Color #dbffec

%14
%0
%7
%0

Triadic Colors of #dbffec

#dbffec #ecdbff #ffecdb

Analogous Colors of #dbffec

#dbffec #dbfffe #dcffdb

Monochromatic Colors of #dbffec

#dbffec

Complementary Color

#dbffec #ffdbee

#dbffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffec Color CSS Codes

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

#dbffec Text Font Color

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

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


#dbffec Background Color

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

This div background color is #dbffec


#dbffec Border Color

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

This div border color is #dbffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffec


Comments

No comments written yet.

Please login to write comment.