Color Hex Logo

#1dee3f Color Hex

#1DEE3F
(29,238,63)
0 Favorites   0 Comments

Color spaces of #1dee3f

RGB 2923863
HSL0.360.860.52
HSV130°88°93°
CMYK 0.880.000.74   0.07
XYZ31.978461.769214.9398
Yxy61.76920.29420.5683
Hunter Lab78.5934-64.909643.7449
CIE-Lab82.7905-78.064167.1732

#1dee3f color RGB value is (29,238,63).

#1dee3f hex color red value is 29, green value is 238 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #1dee3f hue: 0.36 , saturation: 0.86 and the lightness value of 1dee3f is 0.52.

The process color (four color CMYK) of #1dee3f color hex is 0.88, 0.00, 0.74, 0.07. Web safe color of #1dee3f is #33ff33. Color #1dee3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101110 00111111
Octal 35 356 77
Decimal 29 238 63
Hex 1D EE 3F

RGB Percentages of Color #1dee3f

%8.79
%72.12
%19.09

CMYK Percentages of Color #1dee3f

%88
%0
%74
%7

Triadic Colors of #1dee3f

#1dee3f #3f1dee #ee3f1d

Analogous Colors of #1dee3f

#1dee3f #1deea8 #64ee1d

Monochromatic Colors of #1dee3f

#1dee3f

Complementary Color

#1dee3f #ee1dcc

#1dee3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dee3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dee3f Color CSS Codes

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

#1dee3f Text Font Color

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

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


#1dee3f Background Color

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

This div background color is #1dee3f


#1dee3f Border Color

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

This div border color is #1dee3f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,238,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dee3f


Comments

No comments written yet.

Please login to write comment.