Color Hex Logo

#dbef76 Color Hex

#DBEF76
(219,239,118)
0 Favorites   0 Comments

Color spaces of #dbef76

RGB 219239118
HSL0.190.790.70
HSV70°51°94°
CMYK 0.080.000.51   0.06
XYZ63.349978.101128.8757
Yxy78.10110.37190.4585
Hunter Lab88.3748-26.701442.4899
CIE-Lab90.8260-23.700755.6874

#dbef76 color RGB value is (219,239,118).

#dbef76 hex color red value is 219, green value is 239 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dbef76 hue: 0.19 , saturation: 0.79 and the lightness value of dbef76 is 0.70.

The process color (four color CMYK) of #dbef76 color hex is 0.08, 0.00, 0.51, 0.06. Web safe color of #dbef76 is #ccff66. Color #dbef76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 01110110
Octal 333 357 166
Decimal 219 239 118
Hex DB EF 76

RGB Percentages of Color #dbef76

%38.02
%41.49
%20.49

CMYK Percentages of Color #dbef76

%8
%0
%51
%6

Triadic Colors of #dbef76

#dbef76 #76dbef #ef76db

Analogous Colors of #dbef76

#dbef76 #9fef76 #efc776

Monochromatic Colors of #dbef76

#dbef76

Complementary Color

#dbef76 #8a76ef

#dbef76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef76 Color CSS Codes

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

#dbef76 Text Font Color

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

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


#dbef76 Background Color

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

This div background color is #dbef76


#dbef76 Border Color

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

This div border color is #dbef76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef76


Comments

No comments written yet.

Please login to write comment.