Color Hex Logo

#4bafaf Color Hex

#4BAFAF
(75,175,175)
0 Favorites   0 Comments

Color spaces of #4bafaf

RGB 75175175
HSL0.500.400.49
HSV180°57°69°
CMYK 0.570.000.00   0.31
XYZ25.969535.250945.9928
Yxy35.25090.24220.3288
Hunter Lab59.3725-25.8260-4.3682
CIE-Lab65.9435-28.7569-8.7809

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101111 10101111
Octal 113 257 257
Decimal 75 175 175
Hex 4B AF AF

RGB Percentages of Color #4bafaf

%17.65
%41.18
%41.18

CMYK Percentages of Color #4bafaf

%57
%0
%0
%31

Triadic Colors of #4bafaf

#4bafaf #af4baf #afaf4b

Analogous Colors of #4bafaf

#4bafaf #4b7daf #4baf7d

Monochromatic Colors of #4bafaf

#4bafaf

Complementary Color

#4bafaf #af4b4b

#4bafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bafaf Color CSS Codes

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

#4bafaf Text Font Color

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

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


#4bafaf Background Color

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

This div background color is #4bafaf


#4bafaf Border Color

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

This div border color is #4bafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bafaf


Comments

No comments written yet.

Please login to write comment.