Color Hex Logo

#ddf905 Color Hex

#DDF905
(221,249,5)
0 Favorites   0 Comments

Color spaces of #ddf905

RGB 2212495
HSL0.190.960.50
HSV67°98°98°
CMYK 0.110.000.98   0.02
XYZ63.721983.134512.8316
Yxy83.13450.39900.5206
Hunter Lab91.1781-34.812955.4807
CIE-Lab93.0733-32.534090.0023

#ddf905 color RGB value is (221,249,5).

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

The process color (four color CMYK) of #ddf905 color hex is 0.11, 0.00, 0.98, 0.02. Web safe color of #ddf905 is #ccff00. Color #ddf905 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 00000101
Octal 335 371 5
Decimal 221 249 5
Hex DD F9 5

RGB Percentages of Color #ddf905

%46.53
%52.42
%1.05

CMYK Percentages of Color #ddf905

%11
%0
%98
%2

Triadic Colors of #ddf905

#ddf905 #05ddf9 #f905dd

Analogous Colors of #ddf905

#ddf905 #63f905 #f99b05

Monochromatic Colors of #ddf905

#ddf905

Complementary Color

#ddf905 #2105f9

#ddf905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf905 Color CSS Codes

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

#ddf905 Text Font Color

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

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


#ddf905 Background Color

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

This div background color is #ddf905


#ddf905 Border Color

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

This div border color is #ddf905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf905


Comments

No comments written yet.

Please login to write comment.