Color Hex Logo

#4aaebe Color Hex

#4AAEBE
(74,174,190)
0 Favorites   0 Comments

Color spaces of #4aaebe

RGB 74174190
HSL0.520.470.52
HSV188°61°75°
CMYK 0.610.080.00   0.25
XYZ27.254435.445754.1204
Yxy35.44570.23330.3034
Hunter Lab59.5363-22.4752-12.2211
CIE-Lab66.0942-24.1413-16.8857

#4aaebe color RGB value is (74,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101110 10111110
Octal 112 256 276
Decimal 74 174 190
Hex 4A AE BE

RGB Percentages of Color #4aaebe

%16.89
%39.73
%43.38

CMYK Percentages of Color #4aaebe

%61
%8
%0
%25

Triadic Colors of #4aaebe

#4aaebe #be4aae #aebe4a

Analogous Colors of #4aaebe

#4aaebe #4a74be #4abe94

Monochromatic Colors of #4aaebe

#4aaebe

Complementary Color

#4aaebe #be5a4a

#4aaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaebe Color CSS Codes

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

#4aaebe Text Font Color

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

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


#4aaebe Background Color

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

This div background color is #4aaebe


#4aaebe Border Color

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

This div border color is #4aaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaebe


Comments

No comments written yet.

Please login to write comment.