Color Hex Logo

#dde148 Color Hex

#DDE148
(221,225,72)
0 Favorites   0 Comments

Color spaces of #dde148

RGB 22122572
HSL0.170.720.58
HSV62°68°88°
CMYK 0.020.000.68   0.12
XYZ57.913769.690516.5301
Yxy69.69050.40180.4835
Hunter Lab83.4808-22.259546.6965
CIE-Lab86.8448-19.408970.6259

#dde148 color RGB value is (221,225,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 01001000
Octal 335 341 110
Decimal 221 225 72
Hex DD E1 48

RGB Percentages of Color #dde148

%42.66
%43.44
%13.90

CMYK Percentages of Color #dde148

%2
%0
%68
%12

Triadic Colors of #dde148

#dde148 #48dde1 #e148dd

Analogous Colors of #dde148

#dde148 #91e148 #e19948

Monochromatic Colors of #dde148

#dde148

Complementary Color

#dde148 #4c48e1

#dde148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde148 Color CSS Codes

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

#dde148 Text Font Color

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

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


#dde148 Background Color

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

This div background color is #dde148


#dde148 Border Color

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

This div border color is #dde148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde148


Comments

No comments written yet.

Please login to write comment.