Color Hex Logo

#ddf403 Color Hex

#DDF403
(221,244,3)
0 Favorites   0 Comments

Color spaces of #ddf403

RGB 2212443
HSL0.180.980.48
HSV66°99°96°
CMYK 0.090.000.99   0.04
XYZ62.185980.080112.2656
Yxy80.08010.40240.5182
Hunter Lab89.4875-32.561454.5147
CIE-Lab91.7208-30.249089.1339

#ddf403 color RGB value is (221,244,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 00000011
Octal 335 364 3
Decimal 221 244 3
Hex DD F4 3

RGB Percentages of Color #ddf403

%47.22
%52.14
%0.64

CMYK Percentages of Color #ddf403

%9
%0
%99
%4

Triadic Colors of #ddf403

#ddf403 #03ddf4 #f403dd

Analogous Colors of #ddf403

#ddf403 #65f403 #f49303

Monochromatic Colors of #ddf403

#ddf403

Complementary Color

#ddf403 #1a03f4

#ddf403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf403 Color CSS Codes

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

#ddf403 Text Font Color

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

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


#ddf403 Background Color

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

This div background color is #ddf403


#ddf403 Border Color

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

This div border color is #ddf403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf403


Comments

No comments written yet.

Please login to write comment.