Color Hex Logo

#dde80b Color Hex

#DDE80B
(221,232,11)
0 Favorites   0 Comments

Color spaces of #dde80b

RGB 22123211
HSL0.170.910.48
HSV63°95°91°
CMYK 0.050.000.95   0.09
XYZ58.735873.109511.3325
Yxy73.10950.41020.5106
Hunter Lab85.5041-27.014251.9947
CIE-Lab88.4999-24.546586.0949

#dde80b color RGB value is (221,232,11).

#dde80b hex color red value is 221, green value is 232 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dde80b hue: 0.17 , saturation: 0.91 and the lightness value of dde80b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 00001011
Octal 335 350 13
Decimal 221 232 11
Hex DD E8 B

RGB Percentages of Color #dde80b

%47.63
%50.00
%2.37

CMYK Percentages of Color #dde80b

%5
%0
%95
%9

Triadic Colors of #dde80b

#dde80b #0bdde8 #e80bdd

Analogous Colors of #dde80b

#dde80b #6fe80b #e8850b

Monochromatic Colors of #dde80b

#dde80b

Complementary Color

#dde80b #160be8

#dde80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde80b Color CSS Codes

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

#dde80b Text Font Color

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

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


#dde80b Background Color

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

This div background color is #dde80b


#dde80b Border Color

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

This div border color is #dde80b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,232,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dde80b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dde80b;
  -webkit-box-shadow: 1px 1px 3px 2px #dde80b;
  box-shadow:         1px 1px 3px 2px #dde80b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,232,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde80b


Comments

No comments written yet.

Please login to write comment.