Color Hex Logo

#dde90c Color Hex

#DDE90C
(221,233,12)
0 Favorites   0 Comments

Color spaces of #dde90c

RGB 22123312
HSL0.180.900.48
HSV63°95°91°
CMYK 0.050.000.95   0.09
XYZ59.024173.676511.4579
Yxy73.67650.40940.5111
Hunter Lab85.8350-27.466552.1700
CIE-Lab88.7694-25.012386.2137

#dde90c color RGB value is (221,233,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 00001100
Octal 335 351 14
Decimal 221 233 12
Hex DD E9 C

RGB Percentages of Color #dde90c

%47.42
%50.00
%2.58

CMYK Percentages of Color #dde90c

%5
%0
%95
%9

Triadic Colors of #dde90c

#dde90c #0cdde9 #e90cdd

Analogous Colors of #dde90c

#dde90c #6fe90c #e9870c

Monochromatic Colors of #dde90c

#dde90c

Complementary Color

#dde90c #180ce9

#dde90c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde90c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde90c Color CSS Codes

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

#dde90c Text Font Color

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

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


#dde90c Background Color

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

This div background color is #dde90c


#dde90c Border Color

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

This div border color is #dde90c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde90c


Comments

No comments written yet.

Please login to write comment.