Color Hex Logo

#ddf809 Color Hex

#DDF809
(221,248,9)
0 Favorites   0 Comments

Color spaces of #ddf809

RGB 2212489
HSL0.190.940.50
HSV67°96°97°
CMYK 0.110.000.96   0.03
XYZ63.435582.526712.8443
Yxy82.52670.39950.5197
Hunter Lab90.8442-34.332855.2080
CIE-Lab92.8068-32.042089.5105

#ddf809 color RGB value is (221,248,9).

#ddf809 hex color red value is 221, green value is 248 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ddf809 hue: 0.19 , saturation: 0.94 and the lightness value of ddf809 is 0.50.

The process color (four color CMYK) of #ddf809 color hex is 0.11, 0.00, 0.96, 0.03. Web safe color of #ddf809 is #ccff00. Color #ddf809 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 00001001
Octal 335 370 11
Decimal 221 248 9
Hex DD F8 9

RGB Percentages of Color #ddf809

%46.23
%51.88
%1.88

CMYK Percentages of Color #ddf809

%11
%0
%96
%3

Triadic Colors of #ddf809

#ddf809 #09ddf8 #f809dd

Analogous Colors of #ddf809

#ddf809 #66f809 #f89c09

Monochromatic Colors of #ddf809

#ddf809

Complementary Color

#ddf809 #2409f8

#ddf809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf809 Color CSS Codes

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

#ddf809 Text Font Color

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

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


#ddf809 Background Color

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

This div background color is #ddf809


#ddf809 Border Color

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

This div border color is #ddf809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf809


Comments

No comments written yet.

Please login to write comment.