Color Hex Logo

#dbfffa Color Hex

#DBFFFA
(219,255,250)
0 Favorites   0 Comments

Color spaces of #dbfffa

RGB 219255250
HSL0.481.000.93
HSV172°14°100°
CMYK 0.140.000.02   0.00
XYZ82.228793.4822104.1524
Yxy93.48220.29380.3340
Hunter Lab96.6862-17.39203.8119
CIE-Lab97.4230-12.4629-1.5037

#dbfffa color RGB value is (219,255,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11111010
Octal 333 377 372
Decimal 219 255 250
Hex DB FF FA

RGB Percentages of Color #dbfffa

%30.25
%35.22
%34.53

CMYK Percentages of Color #dbfffa

%14
%0
%2
%0

Triadic Colors of #dbfffa

#dbfffa #fadbff #fffadb

Analogous Colors of #dbfffa

#dbfffa #dbf2ff #dbffe8

Monochromatic Colors of #dbfffa

#dbfffa

Complementary Color

#dbfffa #ffdbe0

#dbfffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfffa Color CSS Codes

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

#dbfffa Text Font Color

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

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


#dbfffa Background Color

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

This div background color is #dbfffa


#dbfffa Border Color

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

This div border color is #dbfffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfffa

Related Colors

#dbfffa Color Palettes


Comments

No comments written yet.

Please login to write comment.