Color Hex Logo

#4bafaa Color Hex

#4BAFAA
(75,175,170)
0 Favorites   0 Comments

Color spaces of #4bafaa

RGB 75175170
HSL0.490.400.49
HSV177°57°69°
CMYK 0.570.000.03   0.31
XYZ25.487335.058143.4538
Yxy35.05810.24510.3371
Hunter Lab59.2099-26.7807-2.0657
CIE-Lab65.7939-30.1325-6.2251

#4bafaa color RGB value is (75,175,170).

#4bafaa hex color red value is 75, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4bafaa hue: 0.49 , saturation: 0.40 and the lightness value of 4bafaa is 0.49.

The process color (four color CMYK) of #4bafaa color hex is 0.57, 0.00, 0.03, 0.31. Web safe color of #4bafaa is #339999. Color #4bafaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101111 10101010
Octal 113 257 252
Decimal 75 175 170
Hex 4B AF AA

RGB Percentages of Color #4bafaa

%17.86
%41.67
%40.48

CMYK Percentages of Color #4bafaa

%57
%0
%3
%31

Triadic Colors of #4bafaa

#4bafaa #aa4baf #afaa4b

Analogous Colors of #4bafaa

#4bafaa #4b82af #4baf78

Monochromatic Colors of #4bafaa

#4bafaa

Complementary Color

#4bafaa #af4b50

#4bafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bafaa Color CSS Codes

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

#4bafaa Text Font Color

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

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


#4bafaa Background Color

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

This div background color is #4bafaa


#4bafaa Border Color

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

This div border color is #4bafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bafaa


Comments

No comments written yet.

Please login to write comment.