Color Hex Logo

#4ac0ba Color Hex

#4AC0BA
(74,192,186)
0 Favorites   0 Comments

Color spaces of #4ac0ba

RGB 74192186
HSL0.490.480.52
HSV177°61°75°
CMYK 0.610.000.03   0.25
XYZ30.536642.700353.0869
Yxy42.70030.24170.3380
Hunter Lab65.3455-30.9397-2.4256
CIE-Lab71.3511-34.0631-6.8071

#4ac0ba color RGB value is (74,192,186).

#4ac0ba hex color red value is 74, green value is 192 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4ac0ba hue: 0.49 , saturation: 0.48 and the lightness value of 4ac0ba is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000000 10111010
Octal 112 300 272
Decimal 74 192 186
Hex 4A C0 BA

RGB Percentages of Color #4ac0ba

%16.37
%42.48
%41.15

CMYK Percentages of Color #4ac0ba

%61
%0
%3
%25

Triadic Colors of #4ac0ba

#4ac0ba #ba4ac0 #c0ba4a

Analogous Colors of #4ac0ba

#4ac0ba #4a8bc0 #4ac07f

Monochromatic Colors of #4ac0ba

#4ac0ba

Complementary Color

#4ac0ba #c04a50

#4ac0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac0ba Color CSS Codes

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

#4ac0ba Text Font Color

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

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


#4ac0ba Background Color

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

This div background color is #4ac0ba


#4ac0ba Border Color

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

This div border color is #4ac0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac0ba


Comments

No comments written yet.

Please login to write comment.