Color Hex Logo

#4acbaf Color Hex

#4ACBAF
(74,203,175)
0 Favorites   0 Comments

Color spaces of #4acbaf

RGB 74203175
HSL0.460.550.54
HSV167°64°80°
CMYK 0.640.000.14   0.20
XYZ31.917847.262947.9978
Yxy47.26290.25100.3716
Hunter Lab68.7480-37.43646.7291
CIE-Lab74.3576-41.93513.5765

#4acbaf color RGB value is (74,203,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001011 10101111
Octal 112 313 257
Decimal 74 203 175
Hex 4A CB AF

RGB Percentages of Color #4acbaf

%16.37
%44.91
%38.72

CMYK Percentages of Color #4acbaf

%64
%0
%14
%20

Triadic Colors of #4acbaf

#4acbaf #af4acb #cbaf4a

Analogous Colors of #4acbaf

#4acbaf #4aa7cb #4acb6f

Monochromatic Colors of #4acbaf

#4acbaf

Complementary Color

#4acbaf #cb4a66

#4acbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acbaf Color CSS Codes

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

#4acbaf Text Font Color

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

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


#4acbaf Background Color

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

This div background color is #4acbaf


#4acbaf Border Color

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

This div border color is #4acbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acbaf


Comments

No comments written yet.

Please login to write comment.