Color Hex Logo

#ddfc75 Color Hex

#DDFC75
(221,252,117)
0 Favorites   0 Comments

Color spaces of #ddfc75

RGB 221252117
HSL0.200.960.72
HSV74°54°99°
CMYK 0.120.000.54   0.01
XYZ67.840186.277329.9073
Yxy86.27730.36860.4688
Hunter Lab92.8856-32.180145.9297
CIE-Lab94.4308-29.154160.3902

#ddfc75 color RGB value is (221,252,117).

#ddfc75 hex color red value is 221, green value is 252 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ddfc75 hue: 0.20 , saturation: 0.96 and the lightness value of ddfc75 is 0.72.

The process color (four color CMYK) of #ddfc75 color hex is 0.12, 0.00, 0.54, 0.01. Web safe color of #ddfc75 is #ccff66. Color #ddfc75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 01110101
Octal 335 374 165
Decimal 221 252 117
Hex DD FC 75

RGB Percentages of Color #ddfc75

%37.46
%42.71
%19.83

CMYK Percentages of Color #ddfc75

%12
%0
%54
%1

Triadic Colors of #ddfc75

#ddfc75 #75ddfc #fc75dd

Analogous Colors of #ddfc75

#ddfc75 #9afc75 #fcd875

Monochromatic Colors of #ddfc75

#ddfc75

Complementary Color

#ddfc75 #9475fc

#ddfc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc75 Color CSS Codes

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

#ddfc75 Text Font Color

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

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


#ddfc75 Background Color

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

This div background color is #ddfc75


#ddfc75 Border Color

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

This div border color is #ddfc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc75


Comments

No comments written yet.

Please login to write comment.