Color Hex Logo

#4bbeac Color Hex

#4BBEAC
(75,190,172)
0 Favorites   0 Comments

Color spaces of #4bbeac

RGB 75190172
HSL0.470.470.52
HSV171°61°75°
CMYK 0.610.000.09   0.25
XYZ28.761541.301345.4858
Yxy41.30130.24890.3574
Hunter Lab64.2661-32.58023.0224
CIE-Lab70.3865-36.6739-0.5672

#4bbeac color RGB value is (75,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111110 10101100
Octal 113 276 254
Decimal 75 190 172
Hex 4B BE AC

RGB Percentages of Color #4bbeac

%17.16
%43.48
%39.36

CMYK Percentages of Color #4bbeac

%61
%0
%9
%25

Triadic Colors of #4bbeac

#4bbeac #ac4bbe #beac4b

Analogous Colors of #4bbeac

#4bbeac #4b97be #4bbe73

Monochromatic Colors of #4bbeac

#4bbeac

Complementary Color

#4bbeac #be4b5d

#4bbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbeac Color CSS Codes

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

#4bbeac Text Font Color

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

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


#4bbeac Background Color

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

This div background color is #4bbeac


#4bbeac Border Color

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

This div border color is #4bbeac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,190,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 #4bbeac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbeac


Comments

No comments written yet.

Please login to write comment.