Color Hex Logo

#dde675 Color Hex

#DDE675
(221,230,117)
0 Favorites   0 Comments

Color spaces of #dde675

RGB 221230117
HSL0.180.690.68
HSV65°49°90°
CMYK 0.040.000.49   0.10
XYZ61.326573.250127.7361
Yxy73.25010.37780.4513
Hunter Lab85.5863-21.872540.6962
CIE-Lab88.5669-18.663353.5054

#dde675 color RGB value is (221,230,117).

#dde675 hex color red value is 221, green value is 230 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dde675 hue: 0.18 , saturation: 0.69 and the lightness value of dde675 is 0.68.

The process color (four color CMYK) of #dde675 color hex is 0.04, 0.00, 0.49, 0.10. Web safe color of #dde675 is #ccff66. Color #dde675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 01110101
Octal 335 346 165
Decimal 221 230 117
Hex DD E6 75

RGB Percentages of Color #dde675

%38.91
%40.49
%20.60

CMYK Percentages of Color #dde675

%4
%0
%49
%10

Triadic Colors of #dde675

#dde675 #75dde6 #e675dd

Analogous Colors of #dde675

#dde675 #a5e675 #e6b775

Monochromatic Colors of #dde675

#dde675

Complementary Color

#dde675 #7e75e6

#dde675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde675 Color CSS Codes

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

#dde675 Text Font Color

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

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


#dde675 Background Color

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

This div background color is #dde675


#dde675 Border Color

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

This div border color is #dde675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde675


Comments

No comments written yet.

Please login to write comment.