Color Hex Logo

#dde258 Color Hex

#DDE258
(221,226,88)
0 Favorites   0 Comments

Color spaces of #dde258

RGB 22122688
HSL0.170.700.62
HSV62°61°89°
CMYK 0.020.000.61   0.11
XYZ58.776670.469419.7366
Yxy70.46940.39450.4730
Hunter Lab83.9461-21.925144.8225
CIE-Lab87.2266-18.959464.7888

#dde258 color RGB value is (221,226,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100010 01011000
Octal 335 342 130
Decimal 221 226 88
Hex DD E2 58

RGB Percentages of Color #dde258

%41.31
%42.24
%16.45

CMYK Percentages of Color #dde258

%2
%0
%61
%11

Triadic Colors of #dde258

#dde258 #58dde2 #e258dd

Analogous Colors of #dde258

#dde258 #98e258 #e2a258

Monochromatic Colors of #dde258

#dde258

Complementary Color

#dde258 #5d58e2

#dde258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde258 Color CSS Codes

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

#dde258 Text Font Color

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

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


#dde258 Background Color

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

This div background color is #dde258


#dde258 Border Color

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

This div border color is #dde258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde258


Comments

No comments written yet.

Please login to write comment.