Color Hex Logo

#1af93f Color Hex

#1AF93F
(26,249,63)
0 Favorites   0 Comments

Color spaces of #1af93f

RGB 2624963
HSL0.360.950.54
HSV130°90°98°
CMYK 0.900.000.75   0.02
XYZ35.198968.329916.0364
Yxy68.32990.29440.5715
Hunter Lab82.6619-68.649946.3611
CIE-Lab86.1711-81.333070.5373

#1af93f color RGB value is (26,249,63).

#1af93f hex color red value is 26, green value is 249 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #1af93f hue: 0.36 , saturation: 0.95 and the lightness value of 1af93f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11111001 00111111
Octal 32 371 77
Decimal 26 249 63
Hex 1A F9 3F

RGB Percentages of Color #1af93f

%7.69
%73.67
%18.64

CMYK Percentages of Color #1af93f

%90
%0
%75
%2

Triadic Colors of #1af93f

#1af93f #3f1af9 #f93f1a

Analogous Colors of #1af93f

#1af93f #1af9af #65f91a

Monochromatic Colors of #1af93f

#1af93f

Complementary Color

#1af93f #f91ad4

#1af93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1af93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1af93f Color CSS Codes

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

#1af93f Text Font Color

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

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


#1af93f Background Color

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

This div background color is #1af93f


#1af93f Border Color

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

This div border color is #1af93f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,249,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 #1af93f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1af93f

Related Colors


Comments

No comments written yet.

Please login to write comment.