Color Hex Logo

#dde88b Color Hex

#DDE88B
(221,232,139)
0 Favorites   0 Comments

Color spaces of #dde88b

RGB 221232139
HSL0.190.670.73
HSV67°40°91°
CMYK 0.050.000.40   0.09
XYZ63.335674.949535.5546
Yxy74.94950.36430.4311
Hunter Lab86.5734-20.915936.2517
CIE-Lab89.3693-17.454743.9476

#dde88b color RGB value is (221,232,139).

#dde88b hex color red value is 221, green value is 232 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dde88b hue: 0.19 , saturation: 0.67 and the lightness value of dde88b is 0.73.

The process color (four color CMYK) of #dde88b color hex is 0.05, 0.00, 0.40, 0.09. Web safe color of #dde88b is #ccff99. Color #dde88b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101000 10001011
Octal 335 350 213
Decimal 221 232 139
Hex DD E8 8B

RGB Percentages of Color #dde88b

%37.33
%39.19
%23.48

CMYK Percentages of Color #dde88b

%5
%0
%40
%9

Triadic Colors of #dde88b

#dde88b #8bdde8 #e88bdd

Analogous Colors of #dde88b

#dde88b #afe88b #e8c58b

Monochromatic Colors of #dde88b

#dde88b

Complementary Color

#dde88b #968be8

#dde88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde88b Color CSS Codes

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

#dde88b Text Font Color

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

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


#dde88b Background Color

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

This div background color is #dde88b


#dde88b Border Color

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

This div border color is #dde88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde88b


Comments

No comments written yet.

Please login to write comment.