Color Hex Logo

#ddf381 Color Hex

#DDF381
(221,243,129)
0 Favorites   0 Comments

Color spaces of #ddf381

RGB 221243129
HSL0.200.830.73
HSV72°47°95°
CMYK 0.090.000.47   0.05
XYZ65.831881.058332.9450
Yxy81.05830.36610.4507
Hunter Lab90.0324-27.037241.3270
CIE-Lab92.1576-23.809652.2105

#ddf381 color RGB value is (221,243,129).

#ddf381 hex color red value is 221, green value is 243 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ddf381 hue: 0.20 , saturation: 0.83 and the lightness value of ddf381 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110011 10000001
Octal 335 363 201
Decimal 221 243 129
Hex DD F3 81

RGB Percentages of Color #ddf381

%37.27
%40.98
%21.75

CMYK Percentages of Color #ddf381

%9
%0
%47
%5

Triadic Colors of #ddf381

#ddf381 #81ddf3 #f381dd

Analogous Colors of #ddf381

#ddf381 #a4f381 #f3d081

Monochromatic Colors of #ddf381

#ddf381

Complementary Color

#ddf381 #9781f3

#ddf381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf381 Color CSS Codes

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

#ddf381 Text Font Color

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

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


#ddf381 Background Color

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

This div background color is #ddf381


#ddf381 Border Color

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

This div border color is #ddf381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf381


Comments

No comments written yet.

Please login to write comment.