Color Hex Logo

#dbef07 Color Hex

#DBEF07
(219,239,7)
0 Favorites   0 Comments

Color spaces of #dbef07

RGB 2192397
HSL0.180.940.48
HSV65°97°94°
CMYK 0.080.000.97   0.06
XYZ60.118376.808411.8580
Yxy76.80840.40410.5162
Hunter Lab87.6404-30.925853.3262
CIE-Lab90.2334-28.702787.6513

#dbef07 color RGB value is (219,239,7).

#dbef07 hex color red value is 219, green value is 239 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dbef07 hue: 0.18 , saturation: 0.94 and the lightness value of dbef07 is 0.48.

The process color (four color CMYK) of #dbef07 color hex is 0.08, 0.00, 0.97, 0.06. Web safe color of #dbef07 is #ccff00. Color #dbef07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 00000111
Octal 333 357 7
Decimal 219 239 7
Hex DB EF 7

RGB Percentages of Color #dbef07

%47.10
%51.40
%1.51

CMYK Percentages of Color #dbef07

%8
%0
%97
%6

Triadic Colors of #dbef07

#dbef07 #07dbef #ef07db

Analogous Colors of #dbef07

#dbef07 #67ef07 #ef8f07

Monochromatic Colors of #dbef07

#dbef07

Complementary Color

#dbef07 #1b07ef

#dbef07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef07 Color CSS Codes

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

#dbef07 Text Font Color

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

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


#dbef07 Background Color

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

This div background color is #dbef07


#dbef07 Border Color

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

This div border color is #dbef07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef07


Comments

No comments written yet.

Please login to write comment.