Color Hex Logo

#ddf383 Color Hex

#DDF383
(221,243,131)
0 Favorites   0 Comments

Color spaces of #ddf383

RGB 221243131
HSL0.200.820.73
HSV72°46°95°
CMYK 0.090.000.46   0.05
XYZ65.966181.112033.6521
Yxy81.11200.36500.4488
Hunter Lab90.0622-26.866440.8896
CIE-Lab92.1815-23.611951.2978

#ddf383 color RGB value is (221,243,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110011 10000011
Octal 335 363 203
Decimal 221 243 131
Hex DD F3 83

RGB Percentages of Color #ddf383

%37.14
%40.84
%22.02

CMYK Percentages of Color #ddf383

%9
%0
%46
%5

Triadic Colors of #ddf383

#ddf383 #83ddf3 #f383dd

Analogous Colors of #ddf383

#ddf383 #a5f383 #f3d183

Monochromatic Colors of #ddf383

#ddf383

Complementary Color

#ddf383 #9983f3

#ddf383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf383 Color CSS Codes

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

#ddf383 Text Font Color

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

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


#ddf383 Background Color

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

This div background color is #ddf383


#ddf383 Border Color

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

This div border color is #ddf383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf383


Comments

No comments written yet.

Please login to write comment.