Color Hex Logo

#4cb0ba Color Hex

#4CB0BA
(76,176,186)
0 Favorites   0 Comments

Color spaces of #4cb0ba

RGB 76176186
HSL0.520.440.51
HSV185°59°73°
CMYK 0.590.050.00   0.27
XYZ27.368836.132351.9861
Yxy36.13230.23700.3129
Hunter Lab60.1101-23.9198-9.1997
CIE-Lab66.6209-25.9508-13.8670

#4cb0ba color RGB value is (76,176,186).

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

The process color (four color CMYK) of #4cb0ba color hex is 0.59, 0.05, 0.00, 0.27. Web safe color of #4cb0ba is #3399cc. Color #4cb0ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110000 10111010
Octal 114 260 272
Decimal 76 176 186
Hex 4C B0 BA

RGB Percentages of Color #4cb0ba

%17.35
%40.18
%42.47

CMYK Percentages of Color #4cb0ba

%59
%5
%0
%27

Triadic Colors of #4cb0ba

#4cb0ba #ba4cb0 #b0ba4c

Analogous Colors of #4cb0ba

#4cb0ba #4c79ba #4cba8d

Monochromatic Colors of #4cb0ba

#4cb0ba

Complementary Color

#4cb0ba #ba564c

#4cb0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb0ba Color CSS Codes

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

#4cb0ba Text Font Color

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

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


#4cb0ba Background Color

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

This div background color is #4cb0ba


#4cb0ba Border Color

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

This div border color is #4cb0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb0ba


Comments

No comments written yet.

Please login to write comment.