Color Hex Logo

#dbfce1 Color Hex

#DBFCE1
(219,252,225)
0 Favorites   0 Comments

Color spaces of #dbfce1

RGB 219252225
HSL0.360.850.92
HSV131°13°99°
CMYK 0.130.000.11   0.01
XYZ77.614490.117184.5378
Yxy90.11710.30770.3572
Hunter Lab94.9300-20.186713.6516
CIE-Lab96.0453-15.60869.3612

#dbfce1 color RGB value is (219,252,225).

#dbfce1 hex color red value is 219, green value is 252 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dbfce1 hue: 0.36 , saturation: 0.85 and the lightness value of dbfce1 is 0.92.

The process color (four color CMYK) of #dbfce1 color hex is 0.13, 0.00, 0.11, 0.01. Web safe color of #dbfce1 is #ccffcc. Color #dbfce1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 11100001
Octal 333 374 341
Decimal 219 252 225
Hex DB FC E1

RGB Percentages of Color #dbfce1

%31.47
%36.21
%32.33

CMYK Percentages of Color #dbfce1

%13
%0
%11
%1

Triadic Colors of #dbfce1

#dbfce1 #e1dbfc #fce1db

Analogous Colors of #dbfce1

#dbfce1 #dbfcf2 #e6fcdb

Monochromatic Colors of #dbfce1

#dbfce1

Complementary Color

#dbfce1 #fcdbf6

#dbfce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfce1 Color CSS Codes

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

#dbfce1 Text Font Color

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

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


#dbfce1 Background Color

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

This div background color is #dbfce1


#dbfce1 Border Color

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

This div border color is #dbfce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfce1


Comments

No comments written yet.

Please login to write comment.