Color Hex Logo

#dbf1cb Color Hex

#DBF1CB
(219,241,203)
1 Favorites   0 Comments

Color spaces of #dbf1cb

RGB 219241203
HSL0.260.580.87
HSV95°16°95°
CMYK 0.090.000.16   0.05
XYZ71.448282.282568.6163
Yxy82.28250.32130.3701
Hunter Lab90.7097-18.145118.6476
CIE-Lab92.6994-13.905915.9437

#dbf1cb color RGB value is (219,241,203).

#dbf1cb hex color red value is 219, green value is 241 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbf1cb hue: 0.26 , saturation: 0.58 and the lightness value of dbf1cb is 0.87.

The process color (four color CMYK) of #dbf1cb color hex is 0.09, 0.00, 0.16, 0.05. Web safe color of #dbf1cb is #ccffcc. Color #dbf1cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 11001011
Octal 333 361 313
Decimal 219 241 203
Hex DB F1 CB

RGB Percentages of Color #dbf1cb

%33.03
%36.35
%30.62

CMYK Percentages of Color #dbf1cb

%9
%0
%16
%5

Triadic Colors of #dbf1cb

#dbf1cb #cbdbf1 #f1cbdb

Analogous Colors of #dbf1cb

#dbf1cb #cbf1ce #eef1cb

Monochromatic Colors of #dbf1cb

#dbf1cb

Complementary Color

#dbf1cb #e1cbf1

#dbf1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf1cb Color CSS Codes

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

#dbf1cb Text Font Color

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

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


#dbf1cb Background Color

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

This div background color is #dbf1cb


#dbf1cb Border Color

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

This div border color is #dbf1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf1cb


Comments

No comments written yet.

Please login to write comment.