Color Hex Logo

#dde268 Color Hex

#DDE268
(221,226,104)
0 Favorites   0 Comments

Color spaces of #dde268

RGB 221226104
HSL0.170.680.65
HSV62°54°89°
CMYK 0.020.000.54   0.11
XYZ59.513870.764323.6189
Yxy70.76430.38670.4598
Hunter Lab84.1215-20.928542.2381
CIE-Lab87.3704-17.805658.0546

#dde268 color RGB value is (221,226,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100010 01101000
Octal 335 342 150
Decimal 221 226 104
Hex DD E2 68

RGB Percentages of Color #dde268

%40.11
%41.02
%18.87

CMYK Percentages of Color #dde268

%2
%0
%54
%11

Triadic Colors of #dde268

#dde268 #68dde2 #e268dd

Analogous Colors of #dde268

#dde268 #a0e268 #e2aa68

Monochromatic Colors of #dde268

#dde268

Complementary Color

#dde268 #6d68e2

#dde268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde268 Color CSS Codes

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

#dde268 Text Font Color

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

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


#dde268 Background Color

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

This div background color is #dde268


#dde268 Border Color

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

This div border color is #dde268


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,226,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 #dde268">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde268


Comments

No comments written yet.

Please login to write comment.