Color Hex Logo

#ddfc83 Color Hex

#DDFC83
(221,252,131)
0 Favorites   0 Comments

Color spaces of #ddfc83

RGB 221252131
HSL0.210.950.75
HSV75°48°99°
CMYK 0.120.000.48   0.01
XYZ68.725986.631734.5721
Yxy86.63170.36180.4561
Hunter Lab93.0762-31.081843.1307
CIE-Lab94.5818-27.868554.2151

#ddfc83 color RGB value is (221,252,131).

#ddfc83 hex color red value is 221, green value is 252 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ddfc83 hue: 0.21 , saturation: 0.95 and the lightness value of ddfc83 is 0.75.

The process color (four color CMYK) of #ddfc83 color hex is 0.12, 0.00, 0.48, 0.01. Web safe color of #ddfc83 is #ccff99. Color #ddfc83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10000011
Octal 335 374 203
Decimal 221 252 131
Hex DD FC 83

RGB Percentages of Color #ddfc83

%36.59
%41.72
%21.69

CMYK Percentages of Color #ddfc83

%12
%0
%48
%1

Triadic Colors of #ddfc83

#ddfc83 #83ddfc #fc83dd

Analogous Colors of #ddfc83

#ddfc83 #a1fc83 #fcdf83

Monochromatic Colors of #ddfc83

#ddfc83

Complementary Color

#ddfc83 #a283fc

#ddfc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc83 Color CSS Codes

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

#ddfc83 Text Font Color

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

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


#ddfc83 Background Color

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

This div background color is #ddfc83


#ddfc83 Border Color

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

This div border color is #ddfc83


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,252,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 #ddfc83">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc83


Comments

No comments written yet.

Please login to write comment.