Color Hex Logo

#ddf410 Color Hex

#DDF410
(221,244,16)
0 Favorites   0 Comments

Color spaces of #ddf410

RGB 22124416
HSL0.180.910.51
HSV66°93°96°
CMYK 0.090.000.93   0.04
XYZ62.263080.110912.6716
Yxy80.11090.40160.5167
Hunter Lab89.5047-32.461654.2593
CIE-Lab91.7346-30.129288.1035

#ddf410 color RGB value is (221,244,16).

#ddf410 hex color red value is 221, green value is 244 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ddf410 hue: 0.18 , saturation: 0.91 and the lightness value of ddf410 is 0.51.

The process color (four color CMYK) of #ddf410 color hex is 0.09, 0.00, 0.93, 0.04. Web safe color of #ddf410 is #ccff00. Color #ddf410 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 00010000
Octal 335 364 20
Decimal 221 244 16
Hex DD F4 10

RGB Percentages of Color #ddf410

%45.95
%50.73
%3.33

CMYK Percentages of Color #ddf410

%9
%0
%93
%4

Triadic Colors of #ddf410

#ddf410 #10ddf4 #f410dd

Analogous Colors of #ddf410

#ddf410 #6bf410 #f49910

Monochromatic Colors of #ddf410

#ddf410

Complementary Color

#ddf410 #2710f4

#ddf410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf410 Color CSS Codes

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

#ddf410 Text Font Color

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

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


#ddf410 Background Color

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

This div background color is #ddf410


#ddf410 Border Color

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

This div border color is #ddf410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf410


Comments

No comments written yet.

Please login to write comment.