Color Hex Logo

#dde15f Color Hex

#DDE15F
(221,225,95)
0 Favorites   0 Comments

Color spaces of #dde15f

RGB 22122595
HSL0.170.680.63
HSV62°58°88°
CMYK 0.020.000.58   0.12
XYZ58.809670.048821.2476
Yxy70.04880.39180.4667
Hunter Lab83.6952-21.041043.5347
CIE-Lab87.0208-17.992761.6162

#dde15f color RGB value is (221,225,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 01011111
Octal 335 341 137
Decimal 221 225 95
Hex DD E1 5F

RGB Percentages of Color #dde15f

%40.85
%41.59
%17.56

CMYK Percentages of Color #dde15f

%2
%0
%58
%12

Triadic Colors of #dde15f

#dde15f #5fdde1 #e15fdd

Analogous Colors of #dde15f

#dde15f #9ce15f #e1a45f

Monochromatic Colors of #dde15f

#dde15f

Complementary Color

#dde15f #635fe1

#dde15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde15f Color CSS Codes

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

#dde15f Text Font Color

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

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


#dde15f Background Color

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

This div background color is #dde15f


#dde15f Border Color

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

This div border color is #dde15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde15f


Comments

No comments written yet.

Please login to write comment.