Color Hex Logo

#dbe007 Color Hex

#DBE007
(219,224,7)
0 Favorites   0 Comments

Color spaces of #dbe007

RGB 2192247
HSL0.170.940.45
HSV61°97°88°
CMYK 0.020.000.97   0.12
XYZ55.907468.386710.4543
Yxy68.38670.41490.5075
Hunter Lab82.6963-24.042250.3920
CIE-Lab86.1994-21.579584.6243

#dbe007 color RGB value is (219,224,7).

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

The process color (four color CMYK) of #dbe007 color hex is 0.02, 0.00, 0.97, 0.12. Web safe color of #dbe007 is #cccc00. Color #dbe007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 00000111
Octal 333 340 7
Decimal 219 224 7
Hex DB E0 7

RGB Percentages of Color #dbe007

%48.67
%49.78
%1.56

CMYK Percentages of Color #dbe007

%2
%0
%97
%12

Triadic Colors of #dbe007

#dbe007 #07dbe0 #e007db

Analogous Colors of #dbe007

#dbe007 #6fe007 #e07907

Monochromatic Colors of #dbe007

#dbe007

Complementary Color

#dbe007 #0c07e0

#dbe007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe007 Color CSS Codes

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

#dbe007 Text Font Color

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

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


#dbe007 Background Color

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

This div background color is #dbe007


#dbe007 Border Color

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

This div border color is #dbe007


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,224,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 #dbe007">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe007


Comments

No comments written yet.

Please login to write comment.