Color Hex Logo

#1ddf15 Color Hex

#1DDF15
(29,223,21)
0 Favorites   0 Comments

Color spaces of #1ddf15

RGB 2922321
HSL0.330.830.48
HSV118°91°87°
CMYK 0.870.000.91   0.13
XYZ27.029753.09079.5324
Yxy53.09070.30150.5922
Hunter Lab72.8634-61.293843.2477
CIE-Lab77.9285-76.059973.1394

#1ddf15 color RGB value is (29,223,21).

#1ddf15 hex color red value is 29, green value is 223 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #1ddf15 hue: 0.33 , saturation: 0.83 and the lightness value of 1ddf15 is 0.48.

The process color (four color CMYK) of #1ddf15 color hex is 0.87, 0.00, 0.91, 0.13. Web safe color of #1ddf15 is #33cc00. Color #1ddf15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011111 00010101
Octal 35 337 25
Decimal 29 223 21
Hex 1D DF 15

RGB Percentages of Color #1ddf15

%10.62
%81.68
%7.69

CMYK Percentages of Color #1ddf15

%87
%0
%91
%13

Triadic Colors of #1ddf15

#1ddf15 #151ddf #df151d

Analogous Colors of #1ddf15

#1ddf15 #15df72 #82df15

Monochromatic Colors of #1ddf15

#1ddf15

Complementary Color

#1ddf15 #d715df

#1ddf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddf15 Color CSS Codes

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

#1ddf15 Text Font Color

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

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


#1ddf15 Background Color

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

This div background color is #1ddf15


#1ddf15 Border Color

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

This div border color is #1ddf15


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,223,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 #1ddf15">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddf15


Comments

No comments written yet.

Please login to write comment.