Color Hex Logo

#ddfc8a Color Hex

#DDFC8A
(221,252,138)
0 Favorites   0 Comments

Color spaces of #ddfc8a

RGB 221252138
HSL0.210.950.76
HSV76°45°99°
CMYK 0.120.000.45   0.01
XYZ69.216686.827937.1561
Yxy86.82790.35830.4494
Hunter Lab93.1815-30.475141.5852
CIE-Lab94.6652-27.162551.0409

#ddfc8a color RGB value is (221,252,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10001010
Octal 335 374 212
Decimal 221 252 138
Hex DD FC 8A

RGB Percentages of Color #ddfc8a

%36.17
%41.24
%22.59

CMYK Percentages of Color #ddfc8a

%12
%0
%45
%1

Triadic Colors of #ddfc8a

#ddfc8a #8addfc #fc8add

Analogous Colors of #ddfc8a

#ddfc8a #a4fc8a #fce28a

Monochromatic Colors of #ddfc8a

#ddfc8a

Complementary Color

#ddfc8a #a98afc

#ddfc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc8a Color CSS Codes

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

#ddfc8a Text Font Color

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

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


#ddfc8a Background Color

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

This div background color is #ddfc8a


#ddfc8a Border Color

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

This div border color is #ddfc8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc8a

Related Colors


Comments

No comments written yet.

Please login to write comment.