Color Hex Logo

#dde412 Color Hex

#DDE412
(221,228,18)
0 Favorites   0 Comments

Color spaces of #dde412

RGB 22122818
HSL0.170.850.48
HSV62°92°89°
CMYK 0.030.000.92   0.11
XYZ57.671470.902611.2182
Yxy70.90260.41260.5072
Hunter Lab84.2037-25.101251.0436
CIE-Lab87.4377-22.556184.5808

#dde412 color RGB value is (221,228,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 00010010
Octal 335 344 22
Decimal 221 228 18
Hex DD E4 12

RGB Percentages of Color #dde412

%47.32
%48.82
%3.85

CMYK Percentages of Color #dde412

%3
%0
%92
%11

Triadic Colors of #dde412

#dde412 #12dde4 #e412dd

Analogous Colors of #dde412

#dde412 #74e412 #e48212

Monochromatic Colors of #dde412

#dde412

Complementary Color

#dde412 #1912e4

#dde412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde412 Color CSS Codes

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

#dde412 Text Font Color

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

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


#dde412 Background Color

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

This div background color is #dde412


#dde412 Border Color

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

This div border color is #dde412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde412


Comments

No comments written yet.

Please login to write comment.