Color Hex Logo

#dbf486 Color Hex

#DBF486
(219,244,134)
0 Favorites   0 Comments

Color spaces of #dbf486

RGB 219244134
HSL0.200.830.74
HSV74°45°96°
CMYK 0.100.000.45   0.04
XYZ65.867281.482734.8104
Yxy81.48270.36160.4473
Hunter Lab90.2678-27.719540.3231
CIE-Lab92.3461-24.542550.0476

#dbf486 color RGB value is (219,244,134).

#dbf486 hex color red value is 219, green value is 244 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dbf486 hue: 0.20 , saturation: 0.83 and the lightness value of dbf486 is 0.74.

The process color (four color CMYK) of #dbf486 color hex is 0.10, 0.00, 0.45, 0.04. Web safe color of #dbf486 is #ccff99. Color #dbf486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 10000110
Octal 333 364 206
Decimal 219 244 134
Hex DB F4 86

RGB Percentages of Color #dbf486

%36.68
%40.87
%22.45

CMYK Percentages of Color #dbf486

%10
%0
%45
%4

Triadic Colors of #dbf486

#dbf486 #86dbf4 #f486db

Analogous Colors of #dbf486

#dbf486 #a4f486 #f4d686

Monochromatic Colors of #dbf486

#dbf486

Complementary Color

#dbf486 #9f86f4

#dbf486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf486 Color CSS Codes

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

#dbf486 Text Font Color

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

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


#dbf486 Background Color

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

This div background color is #dbf486


#dbf486 Border Color

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

This div border color is #dbf486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf486


Comments

No comments written yet.

Please login to write comment.