Color Hex Logo

#4bafab Color Hex

#4BAFAB
(75,175,171)
0 Favorites   0 Comments

Color spaces of #4bafab

RGB 75175171
HSL0.490.400.49
HSV178°57°69°
CMYK 0.570.000.02   0.31
XYZ25.582335.096143.9540
Yxy35.09610.24450.3354
Hunter Lab59.2420-26.5922-2.5203
CIE-Lab65.8234-29.8597-6.7371

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101111 10101011
Octal 113 257 253
Decimal 75 175 171
Hex 4B AF AB

RGB Percentages of Color #4bafab

%17.81
%41.57
%40.62

CMYK Percentages of Color #4bafab

%57
%0
%2
%31

Triadic Colors of #4bafab

#4bafab #ab4baf #afab4b

Analogous Colors of #4bafab

#4bafab #4b81af #4baf79

Monochromatic Colors of #4bafab

#4bafab

Complementary Color

#4bafab #af4b4f

#4bafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bafab Color CSS Codes

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

#4bafab Text Font Color

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

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


#4bafab Background Color

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

This div background color is #4bafab


#4bafab Border Color

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

This div border color is #4bafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bafab


Comments

No comments written yet.

Please login to write comment.