Color Hex Logo

#1aff42 Color Hex

#1AFF42
(26,255,66)
0 Favorites   0 Comments

Color spaces of #1aff42

RGB 2625566
HSL0.361.000.55
HSV130°90°100°
CMYK 0.900.000.74   0.00
XYZ37.169472.133017.1183
Yxy72.13300.29400.5706
Hunter Lab84.9311-70.510547.5016
CIE-Lab88.0326-82.777471.4229

#1aff42 color RGB value is (26,255,66).

#1aff42 hex color red value is 26, green value is 255 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #1aff42 hue: 0.36 , saturation: 1.00 and the lightness value of 1aff42 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11111111 01000010
Octal 32 377 102
Decimal 26 255 66
Hex 1A FF 42

RGB Percentages of Color #1aff42

%7.49
%73.49
%19.02

CMYK Percentages of Color #1aff42

%90
%0
%74
%0

Triadic Colors of #1aff42

#1aff42 #421aff #ff421a

Analogous Colors of #1aff42

#1aff42 #1affb5 #65ff1a

Monochromatic Colors of #1aff42

#1aff42

Complementary Color

#1aff42 #ff1ad7

#1aff42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aff42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aff42 Color CSS Codes

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

#1aff42 Text Font Color

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

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


#1aff42 Background Color

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

This div background color is #1aff42


#1aff42 Border Color

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

This div border color is #1aff42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aff42

Related Colors


Comments

No comments written yet.

Please login to write comment.