Color Hex Logo

#dde48a Color Hex

#DDE48A
(221,228,138)
0 Favorites   0 Comments

Color spaces of #dde48a

RGB 221228138
HSL0.180.630.72
HSV65°39°89°
CMYK 0.030.000.39   0.11
XYZ62.149672.693934.8005
Yxy72.69390.36640.4285
Hunter Lab85.2607-19.091235.4824
CIE-Lab88.3015-15.595343.0872

#dde48a color RGB value is (221,228,138).

#dde48a hex color red value is 221, green value is 228 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dde48a hue: 0.18 , saturation: 0.63 and the lightness value of dde48a is 0.72.

The process color (four color CMYK) of #dde48a color hex is 0.03, 0.00, 0.39, 0.11. Web safe color of #dde48a is #cccc99. Color #dde48a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 10001010
Octal 335 344 212
Decimal 221 228 138
Hex DD E4 8A

RGB Percentages of Color #dde48a

%37.65
%38.84
%23.51

CMYK Percentages of Color #dde48a

%3
%0
%39
%11

Triadic Colors of #dde48a

#dde48a #8adde4 #e48add

Analogous Colors of #dde48a

#dde48a #b0e48a #e4be8a

Monochromatic Colors of #dde48a

#dde48a

Complementary Color

#dde48a #918ae4

#dde48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde48a Color CSS Codes

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

#dde48a Text Font Color

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

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


#dde48a Background Color

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

This div background color is #dde48a


#dde48a Border Color

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

This div border color is #dde48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde48a


Comments

No comments written yet.

Please login to write comment.