Color Hex Logo

#dde30f Color Hex

#DDE30F
(221,227,15)
0 Favorites   0 Comments

Color spaces of #dde30f

RGB 22122715
HSL0.170.880.47
HSV62°93°89°
CMYK 0.030.000.93   0.11
XYZ57.374170.344811.0059
Yxy70.34480.41360.5071
Hunter Lab83.8718-24.669450.9301
CIE-Lab87.1657-22.112584.7071

#dde30f color RGB value is (221,227,15).

#dde30f hex color red value is 221, green value is 227 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dde30f hue: 0.17 , saturation: 0.88 and the lightness value of dde30f is 0.47.

The process color (four color CMYK) of #dde30f color hex is 0.03, 0.00, 0.93, 0.11. Web safe color of #dde30f is #cccc00. Color #dde30f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 00001111
Octal 335 343 17
Decimal 221 227 15
Hex DD E3 F

RGB Percentages of Color #dde30f

%47.73
%49.03
%3.24

CMYK Percentages of Color #dde30f

%3
%0
%93
%11

Triadic Colors of #dde30f

#dde30f #0fdde3 #e30fdd

Analogous Colors of #dde30f

#dde30f #73e30f #e37f0f

Monochromatic Colors of #dde30f

#dde30f

Complementary Color

#dde30f #150fe3

#dde30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde30f Color CSS Codes

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

#dde30f Text Font Color

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

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


#dde30f Background Color

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

This div background color is #dde30f


#dde30f Border Color

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

This div border color is #dde30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde30f


Comments

No comments written yet.

Please login to write comment.