Color Hex Logo

#1baf42 Color Hex

#1BAF42
(27,175,66)
0 Favorites   0 Comments

Color spaces of #1baf42

RGB 2717566
HSL0.380.730.40
HSV136°85°69°
CMYK 0.850.000.62   0.31
XYZ16.765331.286310.3095
Yxy31.28630.28730.5361
Hunter Lab55.9342-44.382528.2259
CIE-Lab62.7486-59.023044.6166

#1baf42 color RGB value is (27,175,66).

#1baf42 hex color red value is 27, green value is 175 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #1baf42 hue: 0.38 , saturation: 0.73 and the lightness value of 1baf42 is 0.40.

The process color (four color CMYK) of #1baf42 color hex is 0.85, 0.00, 0.62, 0.31. Web safe color of #1baf42 is #339933. Color #1baf42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101111 01000010
Octal 33 257 102
Decimal 27 175 66
Hex 1B AF 42

RGB Percentages of Color #1baf42

%10.07
%65.30
%24.63

CMYK Percentages of Color #1baf42

%85
%0
%62
%31

Triadic Colors of #1baf42

#1baf42 #421baf #af421b

Analogous Colors of #1baf42

#1baf42 #1baf8c #3eaf1b

Monochromatic Colors of #1baf42

#1baf42

Complementary Color

#1baf42 #af1b88

#1baf42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baf42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baf42 Color CSS Codes

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

#1baf42 Text Font Color

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

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


#1baf42 Background Color

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

This div background color is #1baf42


#1baf42 Border Color

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

This div border color is #1baf42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baf42


Comments

No comments written yet.

Please login to write comment.