Color Hex Logo

#dbf18e Color Hex

#DBF18E
(219,241,142)
0 Favorites   0 Comments

Color spaces of #dbf18e

RGB 219241142
HSL0.200.780.75
HSV73°41°95°
CMYK 0.090.000.41   0.05
XYZ65.551279.923737.5631
Yxy79.92370.35810.4367
Hunter Lab89.4001-25.567837.6682
CIE-Lab91.6506-22.253645.3348

#dbf18e color RGB value is (219,241,142).

#dbf18e hex color red value is 219, green value is 241 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dbf18e hue: 0.20 , saturation: 0.78 and the lightness value of dbf18e is 0.75.

The process color (four color CMYK) of #dbf18e color hex is 0.09, 0.00, 0.41, 0.05. Web safe color of #dbf18e is #ccff99. Color #dbf18e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 10001110
Octal 333 361 216
Decimal 219 241 142
Hex DB F1 8E

RGB Percentages of Color #dbf18e

%36.38
%40.03
%23.59

CMYK Percentages of Color #dbf18e

%9
%0
%41
%5

Triadic Colors of #dbf18e

#dbf18e #8edbf1 #f18edb

Analogous Colors of #dbf18e

#dbf18e #aaf18e #f1d68e

Monochromatic Colors of #dbf18e

#dbf18e

Complementary Color

#dbf18e #a48ef1

#dbf18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf18e Color CSS Codes

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

#dbf18e Text Font Color

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

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


#dbf18e Background Color

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

This div background color is #dbf18e


#dbf18e Border Color

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

This div border color is #dbf18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf18e


Comments

No comments written yet.

Please login to write comment.