Color Hex Logo

#dde82d Color Hex

#DDE82D
(221,232,45)
0 Favorites   0 Comments

Color spaces of #dde82d

RGB 22123245
HSL0.180.800.54
HSV64°81°91°
CMYK 0.050.000.81   0.09
XYZ59.149173.274813.5086
Yxy73.27480.40530.5021
Hunter Lab85.6007-26.459850.5640
CIE-Lab88.5786-23.889180.5578

#dde82d color RGB value is (221,232,45).

#dde82d hex color red value is 221, green value is 232 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dde82d hue: 0.18 , saturation: 0.80 and the lightness value of dde82d is 0.54.

The process color (four color CMYK) of #dde82d color hex is 0.05, 0.00, 0.81, 0.09. Web safe color of #dde82d is #ccff33. Color #dde82d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 00101101
Octal 335 350 55
Decimal 221 232 45
Hex DD E8 2D

RGB Percentages of Color #dde82d

%44.38
%46.59
%9.04

CMYK Percentages of Color #dde82d

%5
%0
%81
%9

Triadic Colors of #dde82d

#dde82d #2ddde8 #e82ddd

Analogous Colors of #dde82d

#dde82d #80e82d #e8962d

Monochromatic Colors of #dde82d

#dde82d

Complementary Color

#dde82d #382de8

#dde82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde82d Color CSS Codes

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

#dde82d Text Font Color

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

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


#dde82d Background Color

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

This div background color is #dde82d


#dde82d Border Color

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

This div border color is #dde82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde82d


Comments

No comments written yet.

Please login to write comment.