Color Hex Logo

#ddfc40 Color Hex

#DDFC40
(221,252,64)
0 Favorites   0 Comments

Color spaces of #ddfc40

RGB 22125264
HSL0.190.970.62
HSV70°75°99°
CMYK 0.120.000.75   0.01
XYZ65.554685.363117.8721
Yxy85.36310.38840.5057
Hunter Lab92.3922-35.035953.2056
CIE-Lab94.0394-32.542380.2177

#ddfc40 color RGB value is (221,252,64).

#ddfc40 hex color red value is 221, green value is 252 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ddfc40 hue: 0.19 , saturation: 0.97 and the lightness value of ddfc40 is 0.62.

The process color (four color CMYK) of #ddfc40 color hex is 0.12, 0.00, 0.75, 0.01. Web safe color of #ddfc40 is #ccff33. Color #ddfc40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 01000000
Octal 335 374 100
Decimal 221 252 64
Hex DD FC 40

RGB Percentages of Color #ddfc40

%41.15
%46.93
%11.92

CMYK Percentages of Color #ddfc40

%12
%0
%75
%1

Triadic Colors of #ddfc40

#ddfc40 #40ddfc #fc40dd

Analogous Colors of #ddfc40

#ddfc40 #7ffc40 #fcbd40

Monochromatic Colors of #ddfc40

#ddfc40

Complementary Color

#ddfc40 #5f40fc

#ddfc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc40 Color CSS Codes

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

#ddfc40 Text Font Color

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

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


#ddfc40 Background Color

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

This div background color is #ddfc40


#ddfc40 Border Color

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

This div border color is #ddfc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc40


Comments

No comments written yet.

Please login to write comment.