Color Hex Logo

#01d123 Color Hex

#01D123
(1,209,35)
0 Favorites   0 Comments

Color spaces of #01d123

RGB 120935
HSL0.360.990.41
HSV130°100°82°
CMYK 1.000.000.83   0.18
XYZ23.116445.72879.1983
Yxy45.72870.29620.5859
Hunter Lab67.6230-57.321439.2713
CIE-Lab73.3691-73.109366.3283

#01d123 color RGB value is (1,209,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11010001 00100011
Octal 1 321 43
Decimal 1 209 35
Hex 1 D1 23

RGB Percentages of Color #01d123

%0.41
%85.31
%14.29

CMYK Percentages of Color #01d123

%100
%0
%83
%18

Triadic Colors of #01d123

#01d123 #2301d1 #d12301

Analogous Colors of #01d123

#01d123 #01d18b #47d101

Monochromatic Colors of #01d123

#01d123

Complementary Color

#01d123 #d101af

#01d123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01d123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01d123 Color CSS Codes

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

#01d123 Text Font Color

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

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


#01d123 Background Color

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

This div background color is #01d123


#01d123 Border Color

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

This div border color is #01d123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01d123


Comments

No comments written yet.

Please login to write comment.