Color Hex Logo

#4aacbb Color Hex

#4AACBB
(74,172,187)
0 Favorites   0 Comments

Color spaces of #4aacbb

RGB 74172187
HSL0.520.450.51
HSV188°60°73°
CMYK 0.600.080.00   0.27
XYZ26.546234.548752.2832
Yxy34.54870.23410.3047
Hunter Lab58.7781-22.2451-11.5938
CIE-Lab65.3958-24.0118-16.2765

#4aacbb color RGB value is (74,172,187).

#4aacbb hex color red value is 74, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4aacbb hue: 0.52 , saturation: 0.45 and the lightness value of 4aacbb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 10111011
Octal 112 254 273
Decimal 74 172 187
Hex 4A AC BB

RGB Percentages of Color #4aacbb

%17.09
%39.72
%43.19

CMYK Percentages of Color #4aacbb

%60
%8
%0
%27

Triadic Colors of #4aacbb

#4aacbb #bb4aac #acbb4a

Analogous Colors of #4aacbb

#4aacbb #4a74bb #4abb92

Monochromatic Colors of #4aacbb

#4aacbb

Complementary Color

#4aacbb #bb594a

#4aacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aacbb Color CSS Codes

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

#4aacbb Text Font Color

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

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


#4aacbb Background Color

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

This div background color is #4aacbb


#4aacbb Border Color

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

This div border color is #4aacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aacbb


Comments

No comments written yet.

Please login to write comment.