Color Hex Logo

#dde27d Color Hex

#DDE27D
(221,226,125)
0 Favorites   0 Comments

Color spaces of #dde27d

RGB 221226125
HSL0.170.640.69
HSV63°45°89°
CMYK 0.020.000.45   0.11
XYZ60.716871.245529.9537
Yxy71.24550.37500.4400
Hunter Lab84.4070-19.311338.0446
CIE-Lab87.6041-15.950348.5529

#dde27d color RGB value is (221,226,125).

#dde27d hex color red value is 221, green value is 226 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dde27d hue: 0.17 , saturation: 0.64 and the lightness value of dde27d is 0.69.

The process color (four color CMYK) of #dde27d color hex is 0.02, 0.00, 0.45, 0.11. Web safe color of #dde27d is #cccc66. Color #dde27d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100010 01111101
Octal 335 342 175
Decimal 221 226 125
Hex DD E2 7D

RGB Percentages of Color #dde27d

%38.64
%39.51
%21.85

CMYK Percentages of Color #dde27d

%2
%0
%45
%11

Triadic Colors of #dde27d

#dde27d #7ddde2 #e27ddd

Analogous Colors of #dde27d

#dde27d #abe27d #e2b57d

Monochromatic Colors of #dde27d

#dde27d

Complementary Color

#dde27d #827de2

#dde27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde27d Color CSS Codes

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

#dde27d Text Font Color

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

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


#dde27d Background Color

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

This div background color is #dde27d


#dde27d Border Color

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

This div border color is #dde27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde27d


Comments

No comments written yet.

Please login to write comment.