Color Hex Logo

#1ad227 Color Hex

#1AD227
(26,210,39)
0 Favorites   0 Comments

Color spaces of #1ad227

RGB 2621039
HSL0.350.780.46
HSV124°88°82°
CMYK 0.880.000.81   0.18
XYZ23.838846.45939.6306
Yxy46.45930.29830.5813
Hunter Lab68.1611-56.852939.3355
CIE-Lab73.8426-71.932165.7907

#1ad227 color RGB value is (26,210,39).

#1ad227 hex color red value is 26, green value is 210 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #1ad227 hue: 0.35 , saturation: 0.78 and the lightness value of 1ad227 is 0.46.

The process color (four color CMYK) of #1ad227 color hex is 0.88, 0.00, 0.81, 0.18. Web safe color of #1ad227 is #33cc33. Color #1ad227 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11010010 00100111
Octal 32 322 47
Decimal 26 210 39
Hex 1A D2 27

RGB Percentages of Color #1ad227

%9.45
%76.36
%14.18

CMYK Percentages of Color #1ad227

%88
%0
%81
%18

Triadic Colors of #1ad227

#1ad227 #271ad2 #d2271a

Analogous Colors of #1ad227

#1ad227 #1ad283 #69d21a

Monochromatic Colors of #1ad227

#1ad227

Complementary Color

#1ad227 #d21ac5

#1ad227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ad227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ad227 Color CSS Codes

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

#1ad227 Text Font Color

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

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


#1ad227 Background Color

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

This div background color is #1ad227


#1ad227 Border Color

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

This div border color is #1ad227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ad227


Comments

No comments written yet.

Please login to write comment.