Color Hex Logo

#dbed06 Color Hex

#DBED06
(219,237,6)
0 Favorites   0 Comments

Color spaces of #dbed06

RGB 2192376
HSL0.180.950.48
HSV65°97°93°
CMYK 0.080.000.97   0.07
XYZ59.530575.641611.6350
Yxy75.64160.40550.5152
Hunter Lab86.9722-30.022152.9488
CIE-Lab89.6927-27.775687.3216

#dbed06 color RGB value is (219,237,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 00000110
Octal 333 355 6
Decimal 219 237 6
Hex DB ED 6

RGB Percentages of Color #dbed06

%47.40
%51.30
%1.30

CMYK Percentages of Color #dbed06

%8
%0
%97
%7

Triadic Colors of #dbed06

#dbed06 #06dbed #ed06db

Analogous Colors of #dbed06

#dbed06 #68ed06 #ed8c06

Monochromatic Colors of #dbed06

#dbed06

Complementary Color

#dbed06 #1806ed

#dbed06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbed06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbed06 Color CSS Codes

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

#dbed06 Text Font Color

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

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


#dbed06 Background Color

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

This div background color is #dbed06


#dbed06 Border Color

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

This div border color is #dbed06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbed06


Comments

No comments written yet.

Please login to write comment.