Color Hex Logo

#ddf88b Color Hex

#DDF88B
(221,248,139)
0 Favorites   0 Comments

Color spaces of #ddf88b

RGB 221248139
HSL0.210.890.76
HSV75°44°97°
CMYK 0.110.000.44   0.03
XYZ68.046484.371037.1249
Yxy84.37100.35900.4451
Hunter Lab91.8537-28.508840.3341
CIE-Lab93.6114-25.169849.2631

#ddf88b color RGB value is (221,248,139).

#ddf88b hex color red value is 221, green value is 248 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ddf88b hue: 0.21 , saturation: 0.89 and the lightness value of ddf88b is 0.76.

The process color (four color CMYK) of #ddf88b color hex is 0.11, 0.00, 0.44, 0.03. Web safe color of #ddf88b is #ccff99. Color #ddf88b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 10001011
Octal 335 370 213
Decimal 221 248 139
Hex DD F8 8B

RGB Percentages of Color #ddf88b

%36.35
%40.79
%22.86

CMYK Percentages of Color #ddf88b

%11
%0
%44
%3

Triadic Colors of #ddf88b

#ddf88b #8bddf8 #f88bdd

Analogous Colors of #ddf88b

#ddf88b #a7f88b #f8dd8b

Monochromatic Colors of #ddf88b

#ddf88b

Complementary Color

#ddf88b #a68bf8

#ddf88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf88b Color CSS Codes

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

#ddf88b Text Font Color

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

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


#ddf88b Background Color

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

This div background color is #ddf88b


#ddf88b Border Color

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

This div border color is #ddf88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf88b


Comments

No comments written yet.

Please login to write comment.