Color Hex Logo

#ddf412 Color Hex

#DDF412
(221,244,18)
0 Favorites   0 Comments

Color spaces of #ddf412

RGB 22124418
HSL0.180.910.51
HSV66°93°96°
CMYK 0.090.000.93   0.04
XYZ62.278780.117212.7540
Yxy80.11720.40140.5164
Hunter Lab89.5082-32.441354.2075
CIE-Lab91.7374-30.104987.8971

#ddf412 color RGB value is (221,244,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 00010010
Octal 335 364 22
Decimal 221 244 18
Hex DD F4 12

RGB Percentages of Color #ddf412

%45.76
%50.52
%3.73

CMYK Percentages of Color #ddf412

%9
%0
%93
%4

Triadic Colors of #ddf412

#ddf412 #12ddf4 #f412dd

Analogous Colors of #ddf412

#ddf412 #6cf412 #f49a12

Monochromatic Colors of #ddf412

#ddf412

Complementary Color

#ddf412 #2912f4

#ddf412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf412 Color CSS Codes

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

#ddf412 Text Font Color

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

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


#ddf412 Background Color

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

This div background color is #ddf412


#ddf412 Border Color

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

This div border color is #ddf412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf412

Related Colors


Comments

No comments written yet.

Please login to write comment.