Color Hex Logo

#ddfb64 Color Hex

#DDFB64
(221,251,100)
0 Favorites   0 Comments

Color spaces of #ddfb64

RGB 221251100
HSL0.200.950.69
HSV72°60°98°
CMYK 0.120.000.60   0.02
XYZ66.616285.286625.0075
Yxy85.28660.37660.4821
Hunter Lab92.3507-32.854848.5905
CIE-Lab94.0065-30.028667.1859

#ddfb64 color RGB value is (221,251,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 01100100
Octal 335 373 144
Decimal 221 251 100
Hex DD FB 64

RGB Percentages of Color #ddfb64

%38.64
%43.88
%17.48

CMYK Percentages of Color #ddfb64

%12
%0
%60
%2

Triadic Colors of #ddfb64

#ddfb64 #64ddfb #fb64dd

Analogous Colors of #ddfb64

#ddfb64 #92fb64 #fbce64

Monochromatic Colors of #ddfb64

#ddfb64

Complementary Color

#ddfb64 #8264fb

#ddfb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfb64 Color CSS Codes

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

#ddfb64 Text Font Color

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

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


#ddfb64 Background Color

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

This div background color is #ddfb64


#ddfb64 Border Color

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

This div border color is #ddfb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfb64


Comments

No comments written yet.

Please login to write comment.