Color Hex Logo

#4aadbb Color Hex

#4AADBB
(74,173,187)
0 Favorites   0 Comments

Color spaces of #4aadbb

RGB 74173187
HSL0.520.450.51
HSV187°60°73°
CMYK 0.600.070.00   0.27
XYZ26.737334.930852.3468
Yxy34.93080.23450.3064
Hunter Lab59.1023-22.6773-11.1415
CIE-Lab65.6948-24.5181-15.8245

#4aadbb color RGB value is (74,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101101 10111011
Octal 112 255 273
Decimal 74 173 187
Hex 4A AD BB

RGB Percentages of Color #4aadbb

%17.05
%39.86
%43.09

CMYK Percentages of Color #4aadbb

%60
%7
%0
%27

Triadic Colors of #4aadbb

#4aadbb #bb4aad #adbb4a

Analogous Colors of #4aadbb

#4aadbb #4a75bb #4abb91

Monochromatic Colors of #4aadbb

#4aadbb

Complementary Color

#4aadbb #bb584a

#4aadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aadbb Color CSS Codes

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

#4aadbb Text Font Color

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

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


#4aadbb Background Color

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

This div background color is #4aadbb


#4aadbb Border Color

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

This div border color is #4aadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aadbb


Comments

No comments written yet.

Please login to write comment.