Color Hex Logo

#ddf215 Color Hex

#DDF215
(221,242,21)
0 Favorites   0 Comments

Color spaces of #ddf215

RGB 22124221
HSL0.180.890.52
HSV66°91°95°
CMYK 0.090.000.91   0.05
XYZ61.706378.930612.6923
Yxy78.93060.40240.5148
Hunter Lab88.8429-31.497053.7197
CIE-Lab91.2029-29.135487.1336

#ddf215 color RGB value is (221,242,21).

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

The process color (four color CMYK) of #ddf215 color hex is 0.09, 0.00, 0.91, 0.05. Web safe color of #ddf215 is #ccff00. Color #ddf215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 00010101
Octal 335 362 25
Decimal 221 242 21
Hex DD F2 15

RGB Percentages of Color #ddf215

%45.66
%50.00
%4.34

CMYK Percentages of Color #ddf215

%9
%0
%91
%5

Triadic Colors of #ddf215

#ddf215 #15ddf2 #f215dd

Analogous Colors of #ddf215

#ddf215 #6ff215 #f29915

Monochromatic Colors of #ddf215

#ddf215

Complementary Color

#ddf215 #2a15f2

#ddf215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf215 Color CSS Codes

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

#ddf215 Text Font Color

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

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


#ddf215 Background Color

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

This div background color is #ddf215


#ddf215 Border Color

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

This div border color is #ddf215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf215


Comments

No comments written yet.

Please login to write comment.