Color Hex Logo

#4aadbe Color Hex

#4AADBE
(74,173,190)
0 Favorites   0 Comments

Color spaces of #4aadbe

RGB 74173190
HSL0.520.470.52
HSV189°61°75°
CMYK 0.610.090.00   0.25
XYZ27.061935.060754.0563
Yxy35.06070.23290.3018
Hunter Lab59.2121-22.0407-12.6790
CIE-Lab65.7959-23.6336-17.3374

#4aadbe color RGB value is (74,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101101 10111110
Octal 112 255 276
Decimal 74 173 190
Hex 4A AD BE

RGB Percentages of Color #4aadbe

%16.93
%39.59
%43.48

CMYK Percentages of Color #4aadbe

%61
%9
%0
%25

Triadic Colors of #4aadbe

#4aadbe #be4aad #adbe4a

Analogous Colors of #4aadbe

#4aadbe #4a73be #4abe95

Monochromatic Colors of #4aadbe

#4aadbe

Complementary Color

#4aadbe #be5b4a

#4aadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aadbe Color CSS Codes

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

#4aadbe Text Font Color

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

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


#4aadbe Background Color

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

This div background color is #4aadbe


#4aadbe Border Color

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

This div border color is #4aadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aadbe


Comments

No comments written yet.

Please login to write comment.