Color Hex Logo

#4cb4ba Color Hex

#4CB4BA
(76,180,186)
0 Favorites   0 Comments

Color spaces of #4cb4ba

RGB 76180186
HSL0.510.440.51
HSV183°59°73°
CMYK 0.590.030.00   0.27
XYZ28.164737.724252.2514
Yxy37.72420.23840.3193
Hunter Lab61.4200-25.6323-7.4453
CIE-Lab67.8169-27.9358-12.0705

#4cb4ba color RGB value is (76,180,186).

#4cb4ba hex color red value is 76, green value is 180 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4cb4ba hue: 0.51 , saturation: 0.44 and the lightness value of 4cb4ba is 0.51.

The process color (four color CMYK) of #4cb4ba color hex is 0.59, 0.03, 0.00, 0.27. Web safe color of #4cb4ba is #33cccc. Color #4cb4ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110100 10111010
Octal 114 264 272
Decimal 76 180 186
Hex 4C B4 BA

RGB Percentages of Color #4cb4ba

%17.19
%40.72
%42.08

CMYK Percentages of Color #4cb4ba

%59
%3
%0
%27

Triadic Colors of #4cb4ba

#4cb4ba #ba4cb4 #b4ba4c

Analogous Colors of #4cb4ba

#4cb4ba #4c7dba #4cba89

Monochromatic Colors of #4cb4ba

#4cb4ba

Complementary Color

#4cb4ba #ba524c

#4cb4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb4ba Color CSS Codes

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

#4cb4ba Text Font Color

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

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


#4cb4ba Background Color

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

This div background color is #4cb4ba


#4cb4ba Border Color

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

This div border color is #4cb4ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,180,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cb4ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cb4ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4cb4ba;
  box-shadow:         1px 1px 3px 2px #4cb4ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,180,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb4ba


Comments

No comments written yet.

Please login to write comment.