Color Hex Logo

#4aacbe Color Hex

#4AACBE
(74,172,190)
0 Favorites   0 Comments

Color spaces of #4aacbe

RGB 74172190
HSL0.530.470.52
HSV189°61°75°
CMYK 0.610.090.00   0.25
XYZ26.870834.678653.9926
Yxy34.67860.23260.3001
Hunter Lab58.8885-21.6055-13.1387
CIE-Lab65.4977-23.1242-17.7894

#4aacbe color RGB value is (74,172,190).

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

The process color (four color CMYK) of #4aacbe color hex is 0.61, 0.09, 0.00, 0.25. Web safe color of #4aacbe is #3399cc. Color #4aacbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 10111110
Octal 112 254 276
Decimal 74 172 190
Hex 4A AC BE

RGB Percentages of Color #4aacbe

%16.97
%39.45
%43.58

CMYK Percentages of Color #4aacbe

%61
%9
%0
%25

Triadic Colors of #4aacbe

#4aacbe #be4aac #acbe4a

Analogous Colors of #4aacbe

#4aacbe #4a72be #4abe96

Monochromatic Colors of #4aacbe

#4aacbe

Complementary Color

#4aacbe #be5c4a

#4aacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aacbe Color CSS Codes

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

#4aacbe Text Font Color

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

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


#4aacbe Background Color

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

This div background color is #4aacbe


#4aacbe Border Color

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

This div border color is #4aacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aacbe


Comments

No comments written yet.

Please login to write comment.