Color Hex Logo

#dbf76b Color Hex

#DBF76B
(219,247,107)
0 Favorites   0 Comments

Color spaces of #dbf76b

RGB 219247107
HSL0.200.900.69
HSV72°57°97°
CMYK 0.110.000.57   0.03
XYZ65.128082.643126.4290
Yxy82.64310.37390.4744
Hunter Lab90.9083-31.209446.3989
CIE-Lab92.8580-28.410462.9276

#dbf76b color RGB value is (219,247,107).

#dbf76b hex color red value is 219, green value is 247 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dbf76b hue: 0.20 , saturation: 0.90 and the lightness value of dbf76b is 0.69.

The process color (four color CMYK) of #dbf76b color hex is 0.11, 0.00, 0.57, 0.03. Web safe color of #dbf76b is #ccff66. Color #dbf76b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110111 01101011
Octal 333 367 153
Decimal 219 247 107
Hex DB F7 6B

RGB Percentages of Color #dbf76b

%38.22
%43.11
%18.67

CMYK Percentages of Color #dbf76b

%11
%0
%57
%3

Triadic Colors of #dbf76b

#dbf76b #6bdbf7 #f76bdb

Analogous Colors of #dbf76b

#dbf76b #95f76b #f7cd6b

Monochromatic Colors of #dbf76b

#dbf76b

Complementary Color

#dbf76b #876bf7

#dbf76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf76b Color CSS Codes

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

#dbf76b Text Font Color

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

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


#dbf76b Background Color

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

This div background color is #dbf76b


#dbf76b Border Color

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

This div border color is #dbf76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf76b


Comments

No comments written yet.

Please login to write comment.