Color Hex Logo

#dde90a Color Hex

#DDE90A
(221,233,10)
0 Favorites   0 Comments

Color spaces of #dde90a

RGB 22123310
HSL0.180.920.48
HSV63°96°91°
CMYK 0.050.000.96   0.09
XYZ59.012573.671911.3970
Yxy73.67190.40960.5113
Hunter Lab85.8323-27.482152.2100
CIE-Lab88.7672-25.030886.3776

#dde90a color RGB value is (221,233,10).

#dde90a hex color red value is 221, green value is 233 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dde90a hue: 0.18 , saturation: 0.92 and the lightness value of dde90a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 00001010
Octal 335 351 12
Decimal 221 233 10
Hex DD E9 A

RGB Percentages of Color #dde90a

%47.63
%50.22
%2.16

CMYK Percentages of Color #dde90a

%5
%0
%96
%9

Triadic Colors of #dde90a

#dde90a #0adde9 #e90add

Analogous Colors of #dde90a

#dde90a #6ee90a #e9860a

Monochromatic Colors of #dde90a

#dde90a

Complementary Color

#dde90a #160ae9

#dde90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde90a Color CSS Codes

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

#dde90a Text Font Color

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

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


#dde90a Background Color

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

This div background color is #dde90a


#dde90a Border Color

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

This div border color is #dde90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde90a


Comments

No comments written yet.

Please login to write comment.