Color Hex Logo

#ddf815 Color Hex

#DDF815
(221,248,21)
0 Favorites   0 Comments

Color spaces of #ddf815

RGB 22124821
HSL0.190.940.53
HSV67°92°97°
CMYK 0.110.000.92   0.03
XYZ63.521682.561113.2974
Yxy82.56110.39860.5180
Hunter Lab90.8631-34.222854.9274
CIE-Lab92.8219-31.909688.3965

#ddf815 color RGB value is (221,248,21).

#ddf815 hex color red value is 221, green value is 248 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ddf815 hue: 0.19 , saturation: 0.94 and the lightness value of ddf815 is 0.53.

The process color (four color CMYK) of #ddf815 color hex is 0.11, 0.00, 0.92, 0.03. Web safe color of #ddf815 is #ccff00. Color #ddf815 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 00010101
Octal 335 370 25
Decimal 221 248 21
Hex DD F8 15

RGB Percentages of Color #ddf815

%45.10
%50.61
%4.29

CMYK Percentages of Color #ddf815

%11
%0
%92
%3

Triadic Colors of #ddf815

#ddf815 #15ddf8 #f815dd

Analogous Colors of #ddf815

#ddf815 #6cf815 #f8a215

Monochromatic Colors of #ddf815

#ddf815

Complementary Color

#ddf815 #3015f8

#ddf815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf815 Color CSS Codes

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

#ddf815 Text Font Color

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

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


#ddf815 Background Color

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

This div background color is #ddf815


#ddf815 Border Color

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

This div border color is #ddf815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf815


Comments

No comments written yet.

Please login to write comment.