Color Hex Logo

#dbfcb0 Color Hex

#DBFCB0
(219,252,176)
0 Favorites   0 Comments

Color spaces of #dbfcb0

RGB 219252176
HSL0.240.930.84
HSV86°30°99°
CMYK 0.130.000.30   0.01
XYZ71.860387.815554.2369
Yxy87.81550.33590.4105
Hunter Lab93.7099-27.111831.2814
CIE-Lab95.0832-23.308532.9818

#dbfcb0 color RGB value is (219,252,176).

#dbfcb0 hex color red value is 219, green value is 252 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dbfcb0 hue: 0.24 , saturation: 0.93 and the lightness value of dbfcb0 is 0.84.

The process color (four color CMYK) of #dbfcb0 color hex is 0.13, 0.00, 0.30, 0.01. Web safe color of #dbfcb0 is #ccff99. Color #dbfcb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 10110000
Octal 333 374 260
Decimal 219 252 176
Hex DB FC B0

RGB Percentages of Color #dbfcb0

%33.85
%38.95
%27.20

CMYK Percentages of Color #dbfcb0

%13
%0
%30
%1

Triadic Colors of #dbfcb0

#dbfcb0 #b0dbfc #fcb0db

Analogous Colors of #dbfcb0

#dbfcb0 #b5fcb0 #fcf7b0

Monochromatic Colors of #dbfcb0

#dbfcb0

Complementary Color

#dbfcb0 #d1b0fc

#dbfcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfcb0 Color CSS Codes

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

#dbfcb0 Text Font Color

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

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


#dbfcb0 Background Color

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

This div background color is #dbfcb0


#dbfcb0 Border Color

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

This div border color is #dbfcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfcb0

Related Colors


Comments

No comments written yet.

Please login to write comment.