Color Hex Logo

#ddf47b Color Hex

#DDF47B
(221,244,123)
0 Favorites   0 Comments

Color spaces of #ddf47b

RGB 221244123
HSL0.200.850.72
HSV71°50°96°
CMYK 0.090.000.50   0.04
XYZ65.744681.503631.0055
Yxy81.50360.36880.4572
Hunter Lab90.2793-27.998942.8330
CIE-Lab92.3553-24.857155.2396

#ddf47b color RGB value is (221,244,123).

#ddf47b hex color red value is 221, green value is 244 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddf47b hue: 0.20 , saturation: 0.85 and the lightness value of ddf47b is 0.72.

The process color (four color CMYK) of #ddf47b color hex is 0.09, 0.00, 0.50, 0.04. Web safe color of #ddf47b is #ccff66. Color #ddf47b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 01111011
Octal 335 364 173
Decimal 221 244 123
Hex DD F4 7B

RGB Percentages of Color #ddf47b

%37.59
%41.50
%20.92

CMYK Percentages of Color #ddf47b

%9
%0
%50
%4

Triadic Colors of #ddf47b

#ddf47b #7bddf4 #f47bdd

Analogous Colors of #ddf47b

#ddf47b #a1f47b #f4cf7b

Monochromatic Colors of #ddf47b

#ddf47b

Complementary Color

#ddf47b #927bf4

#ddf47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf47b Color CSS Codes

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

#ddf47b Text Font Color

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

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


#ddf47b Background Color

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

This div background color is #ddf47b


#ddf47b Border Color

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

This div border color is #ddf47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf47b


Comments

No comments written yet.

Please login to write comment.