Color Hex Logo

#ddfb63 Color Hex

#DDFB63
(221,251,99)
0 Favorites   0 Comments

Color spaces of #ddfb63

RGB 22125199
HSL0.200.950.69
HSV72°61°98°
CMYK 0.120.000.61   0.02
XYZ66.568185.267424.7541
Yxy85.26740.37700.4829
Hunter Lab92.3403-32.915148.7441
CIE-Lab93.9982-30.100067.5868

#ddfb63 color RGB value is (221,251,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 01100011
Octal 335 373 143
Decimal 221 251 99
Hex DD FB 63

RGB Percentages of Color #ddfb63

%38.70
%43.96
%17.34

CMYK Percentages of Color #ddfb63

%12
%0
%61
%2

Triadic Colors of #ddfb63

#ddfb63 #63ddfb #fb63dd

Analogous Colors of #ddfb63

#ddfb63 #91fb63 #fbcd63

Monochromatic Colors of #ddfb63

#ddfb63

Complementary Color

#ddfb63 #8163fb

#ddfb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfb63 Color CSS Codes

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

#ddfb63 Text Font Color

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

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


#ddfb63 Background Color

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

This div background color is #ddfb63


#ddfb63 Border Color

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

This div border color is #ddfb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfb63


Comments

No comments written yet.

Please login to write comment.