Color Hex Logo

#4baf10 Color Hex

#4BAF10
(75,175,16)
0 Favorites   0 Comments

Color spaces of #4baf10

RGB 7517516
HSL0.270.830.37
HSV98°91°69°
CMYK 0.570.000.91   0.31
XYZ18.325132.19325.7383
Yxy32.19320.32570.5723
Hunter Lab56.7391-41.642933.7210
CIE-Lab63.5022-53.831962.0884

#4baf10 color RGB value is (75,175,16).

#4baf10 hex color red value is 75, green value is 175 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #4baf10 hue: 0.27 , saturation: 0.83 and the lightness value of 4baf10 is 0.37.

The process color (four color CMYK) of #4baf10 color hex is 0.57, 0.00, 0.91, 0.31. Web safe color of #4baf10 is #339900. Color #4baf10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101111 00010000
Octal 113 257 20
Decimal 75 175 16
Hex 4B AF 10

RGB Percentages of Color #4baf10

%28.20
%65.79
%6.02

CMYK Percentages of Color #4baf10

%57
%0
%91
%31

Triadic Colors of #4baf10

#4baf10 #104baf #af104b

Analogous Colors of #4baf10

#4baf10 #10af24 #9baf10

Monochromatic Colors of #4baf10

#4baf10

Complementary Color

#4baf10 #7410af

#4baf10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baf10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baf10 Color CSS Codes

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

#4baf10 Text Font Color

<p style="color:#4baf10">Text here</p>

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


#4baf10 Background Color

<div style="background-color:#4baf10">
Div content here</div>

This div background color is #4baf10


#4baf10 Border Color

<div style="border:3px solid #4baf10">
Div here</div>

This div border color is #4baf10


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,175,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baf10


Comments

No comments written yet.

Please login to write comment.