Color Hex Logo

#ddfa67 Color Hex

#DDFA67
(221,250,103)
0 Favorites   0 Comments

Color spaces of #ddfa67

RGB 221250103
HSL0.200.940.69
HSV72°59°98°
CMYK 0.120.000.59   0.02
XYZ66.452684.722625.6826
Yxy84.72260.37570.4790
Hunter Lab92.0449-32.208947.8882
CIE-Lab93.7634-29.345065.6745

#ddfa67 color RGB value is (221,250,103).

#ddfa67 hex color red value is 221, green value is 250 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ddfa67 hue: 0.20 , saturation: 0.94 and the lightness value of ddfa67 is 0.69.

The process color (four color CMYK) of #ddfa67 color hex is 0.12, 0.00, 0.59, 0.02. Web safe color of #ddfa67 is #ccff66. Color #ddfa67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 01100111
Octal 335 372 147
Decimal 221 250 103
Hex DD FA 67

RGB Percentages of Color #ddfa67

%38.50
%43.55
%17.94

CMYK Percentages of Color #ddfa67

%12
%0
%59
%2

Triadic Colors of #ddfa67

#ddfa67 #67ddfa #fa67dd

Analogous Colors of #ddfa67

#ddfa67 #94fa67 #face67

Monochromatic Colors of #ddfa67

#ddfa67

Complementary Color

#ddfa67 #8467fa

#ddfa67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfa67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfa67 Color CSS Codes

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

#ddfa67 Text Font Color

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

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


#ddfa67 Background Color

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

This div background color is #ddfa67


#ddfa67 Border Color

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

This div border color is #ddfa67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfa67


Comments

No comments written yet.

Please login to write comment.