Color Hex Logo

#01d287 Color Hex

#01D287
(1,210,135)
0 Favorites   0 Comments

Color spaces of #01d287

RGB 1210135
HSL0.440.990.41
HSV158°100°82°
CMYK 1.000.000.36   0.18
XYZ27.432347.848930.7116
Yxy47.84890.25880.4514
Hunter Lab69.1729-50.263822.0973
CIE-Lab74.7295-60.646725.2674

#01d287 color RGB value is (1,210,135).

#01d287 hex color red value is 1, green value is 210 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #01d287 hue: 0.44 , saturation: 0.99 and the lightness value of 01d287 is 0.41.

The process color (four color CMYK) of #01d287 color hex is 1.00, 0.00, 0.36, 0.18. Web safe color of #01d287 is #00cc99. Color #01d287 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11010010 10000111
Octal 1 322 207
Decimal 1 210 135
Hex 1 D2 87

RGB Percentages of Color #01d287

%0.29
%60.69
%39.02

CMYK Percentages of Color #01d287

%100
%0
%36
%18

Triadic Colors of #01d287

#01d287 #8701d2 #d28701

Analogous Colors of #01d287

#01d287 #01b5d2 #01d21f

Monochromatic Colors of #01d287

#01d287

Complementary Color

#01d287 #d2014c

#01d287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01d287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01d287 Color CSS Codes

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

#01d287 Text Font Color

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

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


#01d287 Background Color

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

This div background color is #01d287


#01d287 Border Color

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

This div border color is #01d287


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,210,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01d287; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01d287;
  -webkit-box-shadow: 1px 1px 3px 2px #01d287;
  box-shadow:         1px 1px 3px 2px #01d287; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,210,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01d287


Comments

No comments written yet.

Please login to write comment.