Color Hex Logo

#dbfbe6 Color Hex

#DBFBE6
(219,251,230)
0 Favorites   0 Comments

Color spaces of #dbfbe6

RGB 219251230
HSL0.390.800.92
HSV141°13°98°
CMYK 0.130.000.08   0.02
XYZ77.993589.767688.0791
Yxy89.76760.30490.3509
Hunter Lab94.7458-18.866211.2039
CIE-Lab95.9003-14.22386.5794

#dbfbe6 color RGB value is (219,251,230).

#dbfbe6 hex color red value is 219, green value is 251 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #dbfbe6 hue: 0.39 , saturation: 0.80 and the lightness value of dbfbe6 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 11100110
Octal 333 373 346
Decimal 219 251 230
Hex DB FB E6

RGB Percentages of Color #dbfbe6

%31.29
%35.86
%32.86

CMYK Percentages of Color #dbfbe6

%13
%0
%8
%2

Triadic Colors of #dbfbe6

#dbfbe6 #e6dbfb #fbe6db

Analogous Colors of #dbfbe6

#dbfbe6 #dbfbf6 #e0fbdb

Monochromatic Colors of #dbfbe6

#dbfbe6

Complementary Color

#dbfbe6 #fbdbf0

#dbfbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbe6 Color CSS Codes

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

#dbfbe6 Text Font Color

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

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


#dbfbe6 Background Color

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

This div background color is #dbfbe6


#dbfbe6 Border Color

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

This div border color is #dbfbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbe6

Related Colors


Comments

No comments written yet.

Please login to write comment.