Color Hex Logo

#4aaeb1 Color Hex

#4AAEB1
(74,174,177)
0 Favorites   0 Comments

Color spaces of #4aaeb1

RGB 74174177
HSL0.500.410.49
HSV182°58°69°
CMYK 0.580.020.00   0.31
XYZ25.895934.902346.9669
Yxy34.90230.24030.3239
Hunter Lab59.0782-25.1444-5.7806
CIE-Lab65.6725-27.8956-10.3002

#4aaeb1 color RGB value is (74,174,177).

#4aaeb1 hex color red value is 74, green value is 174 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #4aaeb1 hue: 0.50 , saturation: 0.41 and the lightness value of 4aaeb1 is 0.49.

The process color (four color CMYK) of #4aaeb1 color hex is 0.58, 0.02, 0.00, 0.31. Web safe color of #4aaeb1 is #339999. Color #4aaeb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101110 10110001
Octal 112 256 261
Decimal 74 174 177
Hex 4A AE B1

RGB Percentages of Color #4aaeb1

%17.41
%40.94
%41.65

CMYK Percentages of Color #4aaeb1

%58
%2
%0
%31

Triadic Colors of #4aaeb1

#4aaeb1 #b14aae #aeb14a

Analogous Colors of #4aaeb1

#4aaeb1 #4a7bb1 #4ab181

Monochromatic Colors of #4aaeb1

#4aaeb1

Complementary Color

#4aaeb1 #b14d4a

#4aaeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaeb1 Color CSS Codes

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

#4aaeb1 Text Font Color

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

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


#4aaeb1 Background Color

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

This div background color is #4aaeb1


#4aaeb1 Border Color

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

This div border color is #4aaeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaeb1


Comments

No comments written yet.

Please login to write comment.