Color Hex Logo

#4bbcab Color Hex

#4BBCAB
(75,188,171)
0 Favorites   0 Comments

Color spaces of #4bbcab

RGB 75188171
HSL0.470.460.52
HSV171°60°74°
CMYK 0.600.000.09   0.26
XYZ28.235640.402644.8384
Yxy40.40260.24880.3560
Hunter Lab63.5630-31.94312.6700
CIE-Lab69.7553-36.0118-0.9427

#4bbcab color RGB value is (75,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111100 10101011
Octal 113 274 253
Decimal 75 188 171
Hex 4B BC AB

RGB Percentages of Color #4bbcab

%17.28
%43.32
%39.40

CMYK Percentages of Color #4bbcab

%60
%0
%9
%26

Triadic Colors of #4bbcab

#4bbcab #ab4bbc #bcab4b

Analogous Colors of #4bbcab

#4bbcab #4b95bc #4bbc73

Monochromatic Colors of #4bbcab

#4bbcab

Complementary Color

#4bbcab #bc4b5c

#4bbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbcab Color CSS Codes

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

#4bbcab Text Font Color

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

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


#4bbcab Background Color

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

This div background color is #4bbcab


#4bbcab Border Color

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

This div border color is #4bbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbcab


Comments

No comments written yet.

Please login to write comment.