Color Hex Logo

#dde816 Color Hex

#DDE816
(221,232,22)
0 Favorites   0 Comments

Color spaces of #dde816

RGB 22123222
HSL0.180.830.50
HSV63°91°91°
CMYK 0.050.000.91   0.09
XYZ58.820273.143311.7770
Yxy73.14330.40920.5089
Hunter Lab85.5239-26.900951.7022
CIE-Lab88.5160-24.412084.9084

#dde816 color RGB value is (221,232,22).

#dde816 hex color red value is 221, green value is 232 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dde816 hue: 0.18 , saturation: 0.83 and the lightness value of dde816 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 00010110
Octal 335 350 26
Decimal 221 232 22
Hex DD E8 16

RGB Percentages of Color #dde816

%46.53
%48.84
%4.63

CMYK Percentages of Color #dde816

%5
%0
%91
%9

Triadic Colors of #dde816

#dde816 #16dde8 #e816dd

Analogous Colors of #dde816

#dde816 #74e816 #e88a16

Monochromatic Colors of #dde816

#dde816

Complementary Color

#dde816 #2116e8

#dde816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde816 Color CSS Codes

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

#dde816 Text Font Color

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

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


#dde816 Background Color

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

This div background color is #dde816


#dde816 Border Color

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

This div border color is #dde816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde816


Comments

No comments written yet.

Please login to write comment.