Color Hex Logo

#dde174 Color Hex

#DDE174
(221,225,116)
0 Favorites   0 Comments

Color spaces of #dde174

RGB 221225116
HSL0.170.640.67
HSV62°48°88°
CMYK 0.020.000.48   0.12
XYZ59.896470.483526.9708
Yxy70.48350.38070.4479
Hunter Lab83.9545-19.571439.7209
CIE-Lab87.2335-16.300852.3834

#dde174 color RGB value is (221,225,116).

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

The process color (four color CMYK) of #dde174 color hex is 0.02, 0.00, 0.48, 0.12. Web safe color of #dde174 is #cccc66. Color #dde174 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 01110100
Octal 335 341 164
Decimal 221 225 116
Hex DD E1 74

RGB Percentages of Color #dde174

%39.32
%40.04
%20.64

CMYK Percentages of Color #dde174

%2
%0
%48
%12

Triadic Colors of #dde174

#dde174 #74dde1 #e174dd

Analogous Colors of #dde174

#dde174 #a7e174 #e1af74

Monochromatic Colors of #dde174

#dde174

Complementary Color

#dde174 #7874e1

#dde174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde174 Color CSS Codes

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

#dde174 Text Font Color

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

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


#dde174 Background Color

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

This div background color is #dde174


#dde174 Border Color

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

This div border color is #dde174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde174


Comments

No comments written yet.

Please login to write comment.