Color Hex Logo

#dde868 Color Hex

#DDE868
(221,232,104)
0 Favorites   0 Comments

Color spaces of #dde868

RGB 221232104
HSL0.180.740.66
HSV65°55°91°
CMYK 0.050.000.55   0.09
XYZ61.174174.084924.1723
Yxy74.08490.38370.4647
Hunter Lab86.0726-23.762343.6000
CIE-Lab88.9626-20.727359.8686

#dde868 color RGB value is (221,232,104).

#dde868 hex color red value is 221, green value is 232 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dde868 hue: 0.18 , saturation: 0.74 and the lightness value of dde868 is 0.66.

The process color (four color CMYK) of #dde868 color hex is 0.05, 0.00, 0.55, 0.09. Web safe color of #dde868 is #ccff66. Color #dde868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 01101000
Octal 335 350 150
Decimal 221 232 104
Hex DD E8 68

RGB Percentages of Color #dde868

%39.68
%41.65
%18.67

CMYK Percentages of Color #dde868

%5
%0
%55
%9

Triadic Colors of #dde868

#dde868 #68dde8 #e868dd

Analogous Colors of #dde868

#dde868 #9de868 #e8b368

Monochromatic Colors of #dde868

#dde868

Complementary Color

#dde868 #7368e8

#dde868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde868 Color CSS Codes

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

#dde868 Text Font Color

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

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


#dde868 Background Color

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

This div background color is #dde868


#dde868 Border Color

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

This div border color is #dde868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde868


Comments

No comments written yet.

Please login to write comment.