Color Hex Logo

#dde128 Color Hex

#DDE128
(221,225,40)
0 Favorites   0 Comments

Color spaces of #dde128

RGB 22122540
HSL0.170.760.52
HSV61°82°88°
CMYK 0.020.000.82   0.12
XYZ57.127069.375812.3874
Yxy69.37580.41130.4995
Hunter Lab83.2921-23.334749.4867
CIE-Lab86.6898-20.668780.1411

#dde128 color RGB value is (221,225,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 00101000
Octal 335 341 50
Decimal 221 225 40
Hex DD E1 28

RGB Percentages of Color #dde128

%45.47
%46.30
%8.23

CMYK Percentages of Color #dde128

%2
%0
%82
%12

Triadic Colors of #dde128

#dde128 #28dde1 #e128dd

Analogous Colors of #dde128

#dde128 #81e128 #e18928

Monochromatic Colors of #dde128

#dde128

Complementary Color

#dde128 #2c28e1

#dde128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde128 Color CSS Codes

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

#dde128 Text Font Color

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

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


#dde128 Background Color

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

This div background color is #dde128


#dde128 Border Color

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

This div border color is #dde128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde128

#dde128 Color Palettes


Comments

No comments written yet.

Please login to write comment.