Color Hex Logo

#dbf683 Color Hex

#DBF683
(219,246,131)
0 Favorites   0 Comments

Color spaces of #dbf683

RGB 219246131
HSL0.210.860.74
HSV74°47°96°
CMYK 0.110.000.47   0.04
XYZ66.265982.610333.9255
Yxy82.61030.36250.4519
Hunter Lab90.8902-28.917741.4927
CIE-Lab92.8436-25.795952.0741

#dbf683 color RGB value is (219,246,131).

#dbf683 hex color red value is 219, green value is 246 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dbf683 hue: 0.21 , saturation: 0.86 and the lightness value of dbf683 is 0.74.

The process color (four color CMYK) of #dbf683 color hex is 0.11, 0.00, 0.47, 0.04. Web safe color of #dbf683 is #ccff99. Color #dbf683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 10000011
Octal 333 366 203
Decimal 219 246 131
Hex DB F6 83

RGB Percentages of Color #dbf683

%36.74
%41.28
%21.98

CMYK Percentages of Color #dbf683

%11
%0
%47
%4

Triadic Colors of #dbf683

#dbf683 #83dbf6 #f683db

Analogous Colors of #dbf683

#dbf683 #a2f683 #f6d883

Monochromatic Colors of #dbf683

#dbf683

Complementary Color

#dbf683 #9e83f6

#dbf683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf683 Color CSS Codes

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

#dbf683 Text Font Color

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

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


#dbf683 Background Color

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

This div background color is #dbf683


#dbf683 Border Color

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

This div border color is #dbf683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf683


Comments

No comments written yet.

Please login to write comment.