Color Hex Logo

#4bcbaa Color Hex

#4BCBAA
(75,203,170)
0 Favorites   0 Comments

Color spaces of #4bcbaa

RGB 75203170
HSL0.460.550.55
HSV165°63°80°
CMYK 0.630.000.16   0.20
XYZ31.513347.110045.4624
Yxy47.11000.25400.3797
Hunter Lab68.6367-38.15938.7742
CIE-Lab74.2601-42.98916.1370

#4bcbaa color RGB value is (75,203,170).

#4bcbaa hex color red value is 75, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4bcbaa hue: 0.46 , saturation: 0.55 and the lightness value of 4bcbaa is 0.55.

The process color (four color CMYK) of #4bcbaa color hex is 0.63, 0.00, 0.16, 0.20. Web safe color of #4bcbaa is #33cc99. Color #4bcbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001011 10101010
Octal 113 313 252
Decimal 75 203 170
Hex 4B CB AA

RGB Percentages of Color #4bcbaa

%16.74
%45.31
%37.95

CMYK Percentages of Color #4bcbaa

%63
%0
%16
%20

Triadic Colors of #4bcbaa

#4bcbaa #aa4bcb #cbaa4b

Analogous Colors of #4bcbaa

#4bcbaa #4baccb #4bcb6a

Monochromatic Colors of #4bcbaa

#4bcbaa

Complementary Color

#4bcbaa #cb4b6c

#4bcbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcbaa Color CSS Codes

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

#4bcbaa Text Font Color

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

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


#4bcbaa Background Color

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

This div background color is #4bcbaa


#4bcbaa Border Color

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

This div border color is #4bcbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcbaa


Comments

No comments written yet.

Please login to write comment.