Color Hex Logo

#4bbfac Color Hex

#4BBFAC
(75,191,172)
0 Favorites   0 Comments

Color spaces of #4bbfac

RGB 75191172
HSL0.470.480.52
HSV170°61°75°
CMYK 0.610.000.10   0.25
XYZ28.978841.736045.5582
Yxy41.73600.24920.3589
Hunter Lab64.6034-32.98723.4112
CIE-Lab70.6885-37.1324-0.1257

#4bbfac color RGB value is (75,191,172).

#4bbfac hex color red value is 75, green value is 191 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4bbfac hue: 0.47 , saturation: 0.48 and the lightness value of 4bbfac is 0.52.

The process color (four color CMYK) of #4bbfac color hex is 0.61, 0.00, 0.10, 0.25. Web safe color of #4bbfac is #33cc99. Color #4bbfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111111 10101100
Octal 113 277 254
Decimal 75 191 172
Hex 4B BF AC

RGB Percentages of Color #4bbfac

%17.12
%43.61
%39.27

CMYK Percentages of Color #4bbfac

%61
%0
%10
%25

Triadic Colors of #4bbfac

#4bbfac #ac4bbf #bfac4b

Analogous Colors of #4bbfac

#4bbfac #4b98bf #4bbf72

Monochromatic Colors of #4bbfac

#4bbfac

Complementary Color

#4bbfac #bf4b5e

#4bbfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbfac Color CSS Codes

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

#4bbfac Text Font Color

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

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


#4bbfac Background Color

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

This div background color is #4bbfac


#4bbfac Border Color

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

This div border color is #4bbfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbfac


Comments

No comments written yet.

Please login to write comment.