Color Hex Logo

#dbe700 Color Hex

#DBE700
(219,231,0)
0 Favorites   0 Comments

Color spaces of #dbe700

RGB 2192310
HSL0.181.000.45
HSV63°100°91°
CMYK 0.050.001.00   0.09
XYZ57.789372.211910.8925
Yxy72.21190.41020.5125
Hunter Lab84.9776-27.321251.8845
CIE-Lab88.0705-24.995686.5882

#dbe700 color RGB value is (219,231,0).

#dbe700 hex color red value is 219, green value is 231 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dbe700 hue: 0.18 , saturation: 1.00 and the lightness value of dbe700 is 0.45.

The process color (four color CMYK) of #dbe700 color hex is 0.05, 0.00, 1.00, 0.09. Web safe color of #dbe700 is #ccff00. Color #dbe700 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 00000000
Octal 333 347 0
Decimal 219 231 0
Hex DB E7 0

RGB Percentages of Color #dbe700

%48.67
%51.33
%0.00

CMYK Percentages of Color #dbe700

%5
%0
%100
%9

Triadic Colors of #dbe700

#dbe700 #00dbe7 #e700db

Analogous Colors of #dbe700

#dbe700 #68e700 #e78000

Monochromatic Colors of #dbe700

#dbe700

Complementary Color

#dbe700 #0c00e7

#dbe700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe700 Color CSS Codes

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

#dbe700 Text Font Color

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

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


#dbe700 Background Color

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

This div background color is #dbe700


#dbe700 Border Color

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

This div border color is #dbe700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe700


Comments

No comments written yet.

Please login to write comment.