Color Hex Logo

#dde34c Color Hex

#DDE34C
(221,227,76)
0 Favorites   0 Comments

Color spaces of #dde34c

RGB 22122776
HSL0.170.730.59
HSV62°67°89°
CMYK 0.030.000.67   0.11
XYZ58.592470.832117.4213
Yxy70.83210.39900.4824
Hunter Lab84.1618-23.013746.6404
CIE-Lab87.4034-20.166969.7049

#dde34c color RGB value is (221,227,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 01001100
Octal 335 343 114
Decimal 221 227 76
Hex DD E3 4C

RGB Percentages of Color #dde34c

%42.18
%43.32
%14.50

CMYK Percentages of Color #dde34c

%3
%0
%67
%11

Triadic Colors of #dde34c

#dde34c #4cdde3 #e34cdd

Analogous Colors of #dde34c

#dde34c #92e34c #e39e4c

Monochromatic Colors of #dde34c

#dde34c

Complementary Color

#dde34c #524ce3

#dde34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde34c Color CSS Codes

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

#dde34c Text Font Color

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

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


#dde34c Background Color

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

This div background color is #dde34c


#dde34c Border Color

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

This div border color is #dde34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde34c


Comments

No comments written yet.

Please login to write comment.