Color Hex Logo

#dde85b Color Hex

#DDE85B
(221,232,91)
0 Favorites   0 Comments

Color spaces of #dde85b

RGB 22123291
HSL0.180.750.63
HSV65°61°91°
CMYK 0.050.000.61   0.09
XYZ60.563773.840720.9582
Yxy73.84070.38980.4753
Hunter Lab85.9306-24.572245.6908
CIE-Lab88.8471-21.670365.2942

#dde85b color RGB value is (221,232,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 01011011
Octal 335 350 133
Decimal 221 232 91
Hex DD E8 5B

RGB Percentages of Color #dde85b

%40.63
%42.65
%16.73

CMYK Percentages of Color #dde85b

%5
%0
%61
%9

Triadic Colors of #dde85b

#dde85b #5bdde8 #e85bdd

Analogous Colors of #dde85b

#dde85b #97e85b #e8ad5b

Monochromatic Colors of #dde85b

#dde85b

Complementary Color

#dde85b #665be8

#dde85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde85b Color CSS Codes

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

#dde85b Text Font Color

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

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


#dde85b Background Color

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

This div background color is #dde85b


#dde85b Border Color

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

This div border color is #dde85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde85b


Comments

No comments written yet.

Please login to write comment.