Color Hex Logo

#ddf271 Color Hex

#DDF271
(221,242,113)
0 Favorites   0 Comments

Color spaces of #ddf271

RGB 221242113
HSL0.190.830.70
HSV70°53°95°
CMYK 0.090.000.53   0.05
XYZ64.551680.068727.6754
Yxy80.06870.37470.4647
Hunter Lab89.4811-27.822244.2991
CIE-Lab91.7157-24.791059.0270

#ddf271 color RGB value is (221,242,113).

#ddf271 hex color red value is 221, green value is 242 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ddf271 hue: 0.19 , saturation: 0.83 and the lightness value of ddf271 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 01110001
Octal 335 362 161
Decimal 221 242 113
Hex DD F2 71

RGB Percentages of Color #ddf271

%38.37
%42.01
%19.62

CMYK Percentages of Color #ddf271

%9
%0
%53
%5

Triadic Colors of #ddf271

#ddf271 #71ddf2 #f271dd

Analogous Colors of #ddf271

#ddf271 #9df271 #f2c771

Monochromatic Colors of #ddf271

#ddf271

Complementary Color

#ddf271 #8671f2

#ddf271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf271 Color CSS Codes

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

#ddf271 Text Font Color

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

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


#ddf271 Background Color

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

This div background color is #ddf271


#ddf271 Border Color

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

This div border color is #ddf271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf271


Comments

No comments written yet.

Please login to write comment.