Color Hex Logo

#ddf513 Color Hex

#DDF513
(221,245,19)
0 Favorites   0 Comments

Color spaces of #ddf513

RGB 22124519
HSL0.180.920.52
HSV66°92°96°
CMYK 0.100.000.92   0.04
XYZ62.588780.724012.8986
Yxy80.72400.40070.5168
Hunter Lab89.8465-32.885254.3808
CIE-Lab92.0087-30.555087.9965

#ddf513 color RGB value is (221,245,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110101 00010011
Octal 335 365 23
Decimal 221 245 19
Hex DD F5 13

RGB Percentages of Color #ddf513

%45.57
%50.52
%3.92

CMYK Percentages of Color #ddf513

%10
%0
%92
%4

Triadic Colors of #ddf513

#ddf513 #13ddf5 #f513dd

Analogous Colors of #ddf513

#ddf513 #6cf513 #f59c13

Monochromatic Colors of #ddf513

#ddf513

Complementary Color

#ddf513 #2b13f5

#ddf513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf513 Color CSS Codes

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

#ddf513 Text Font Color

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

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


#ddf513 Background Color

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

This div background color is #ddf513


#ddf513 Border Color

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

This div border color is #ddf513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf513

Related Colors


Comments

No comments written yet.

Please login to write comment.