Color Hex Logo

#ddf512 Color Hex

#DDF512
(221,245,18)
0 Favorites   0 Comments

Color spaces of #ddf512

RGB 22124518
HSL0.180.920.52
HSV66°93°96°
CMYK 0.100.000.93   0.04
XYZ62.580480.720612.8546
Yxy80.72060.40080.5169
Hunter Lab89.8446-32.895754.4083
CIE-Lab92.0072-30.567788.1057

#ddf512 color RGB value is (221,245,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110101 00010010
Octal 335 365 22
Decimal 221 245 18
Hex DD F5 12

RGB Percentages of Color #ddf512

%45.66
%50.62
%3.72

CMYK Percentages of Color #ddf512

%10
%0
%93
%4

Triadic Colors of #ddf512

#ddf512 #12ddf5 #f512dd

Analogous Colors of #ddf512

#ddf512 #6cf512 #f59c12

Monochromatic Colors of #ddf512

#ddf512

Complementary Color

#ddf512 #2a12f5

#ddf512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf512 Color CSS Codes

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

#ddf512 Text Font Color

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

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


#ddf512 Background Color

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

This div background color is #ddf512


#ddf512 Border Color

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

This div border color is #ddf512


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,245,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 #ddf512">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf512


Comments

No comments written yet.

Please login to write comment.