Color Hex Logo

#dde12c Color Hex

#DDE12C
(221,225,44)
0 Favorites   0 Comments

Color spaces of #dde12c

RGB 22122544
HSL0.170.750.53
HSV61°80°88°
CMYK 0.020.000.80   0.12
XYZ57.198669.404412.7646
Yxy69.40440.41040.4980
Hunter Lab83.3093-23.236549.2321
CIE-Lab86.7039-20.553379.1916

#dde12c color RGB value is (221,225,44).

#dde12c hex color red value is 221, green value is 225 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dde12c hue: 0.17 , saturation: 0.75 and the lightness value of dde12c is 0.53.

The process color (four color CMYK) of #dde12c color hex is 0.02, 0.00, 0.80, 0.12. Web safe color of #dde12c is #cccc33. Color #dde12c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 00101100
Octal 335 341 54
Decimal 221 225 44
Hex DD E1 2C

RGB Percentages of Color #dde12c

%45.10
%45.92
%8.98

CMYK Percentages of Color #dde12c

%2
%0
%80
%12

Triadic Colors of #dde12c

#dde12c #2cdde1 #e12cdd

Analogous Colors of #dde12c

#dde12c #83e12c #e18b2c

Monochromatic Colors of #dde12c

#dde12c

Complementary Color

#dde12c #302ce1

#dde12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde12c Color CSS Codes

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

#dde12c Text Font Color

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

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


#dde12c Background Color

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

This div background color is #dde12c


#dde12c Border Color

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

This div border color is #dde12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde12c


Comments

No comments written yet.

Please login to write comment.