Color Hex Logo

#dde34a Color Hex

#DDE34A
(221,227,74)
0 Favorites   0 Comments

Color spaces of #dde34a

RGB 22122774
HSL0.170.730.59
HSV62°67°89°
CMYK 0.030.000.67   0.11
XYZ58.523970.804717.0607
Yxy70.80470.39980.4837
Hunter Lab84.1455-23.106546.8807
CIE-Lab87.3900-20.275370.4363

#dde34a color RGB value is (221,227,74).

#dde34a hex color red value is 221, green value is 227 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dde34a hue: 0.17 , saturation: 0.73 and the lightness value of dde34a is 0.59.

The process color (four color CMYK) of #dde34a color hex is 0.03, 0.00, 0.67, 0.11. Web safe color of #dde34a is #cccc33. Color #dde34a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 01001010
Octal 335 343 112
Decimal 221 227 74
Hex DD E3 4A

RGB Percentages of Color #dde34a

%42.34
%43.49
%14.18

CMYK Percentages of Color #dde34a

%3
%0
%67
%11

Triadic Colors of #dde34a

#dde34a #4adde3 #e34add

Analogous Colors of #dde34a

#dde34a #91e34a #e39d4a

Monochromatic Colors of #dde34a

#dde34a

Complementary Color

#dde34a #504ae3

#dde34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde34a Color CSS Codes

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

#dde34a Text Font Color

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

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


#dde34a Background Color

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

This div background color is #dde34a


#dde34a Border Color

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

This div border color is #dde34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde34a


Comments

No comments written yet.

Please login to write comment.