Color Hex Logo

#ddf131 Color Hex

#DDF131
(221,241,49)
0 Favorites   0 Comments

Color spaces of #ddf131

RGB 22124149
HSL0.180.870.57
HSV66°80°95°
CMYK 0.080.000.80   0.05
XYZ61.828578.504514.7999
Yxy78.50450.39860.5060
Hunter Lab88.6028-30.494552.1183
CIE-Lab91.0096-28.016881.6670

#ddf131 color RGB value is (221,241,49).

#ddf131 hex color red value is 221, green value is 241 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ddf131 hue: 0.18 , saturation: 0.87 and the lightness value of ddf131 is 0.57.

The process color (four color CMYK) of #ddf131 color hex is 0.08, 0.00, 0.80, 0.05. Web safe color of #ddf131 is #ccff33. Color #ddf131 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 00110001
Octal 335 361 61
Decimal 221 241 49
Hex DD F1 31

RGB Percentages of Color #ddf131

%43.25
%47.16
%9.59

CMYK Percentages of Color #ddf131

%8
%0
%80
%5

Triadic Colors of #ddf131

#ddf131 #31ddf1 #f131dd

Analogous Colors of #ddf131

#ddf131 #7df131 #f1a531

Monochromatic Colors of #ddf131

#ddf131

Complementary Color

#ddf131 #4531f1

#ddf131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf131 Color CSS Codes

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

#ddf131 Text Font Color

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

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


#ddf131 Background Color

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

This div background color is #ddf131


#ddf131 Border Color

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

This div border color is #ddf131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf131


Comments

No comments written yet.

Please login to write comment.