Color Hex Logo

#4baaae Color Hex

#4BAAAE
(75,170,174)
0 Favorites   0 Comments

Color spaces of #4baaae

RGB 75170174
HSL0.510.400.49
HSV182°57°68°
CMYK 0.570.020.00   0.32
XYZ24.916433.301345.1590
Yxy33.30130.24100.3221
Hunter Lab57.7073-23.9164-6.0025
CIE-Lab64.4041-26.5678-10.5227

#4baaae color RGB value is (75,170,174).

#4baaae hex color red value is 75, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4baaae hue: 0.51 , saturation: 0.40 and the lightness value of 4baaae is 0.49.

The process color (four color CMYK) of #4baaae color hex is 0.57, 0.02, 0.00, 0.32. Web safe color of #4baaae is #339999. Color #4baaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 10101110
Octal 113 252 256
Decimal 75 170 174
Hex 4B AA AE

RGB Percentages of Color #4baaae

%17.90
%40.57
%41.53

CMYK Percentages of Color #4baaae

%57
%2
%0
%32

Triadic Colors of #4baaae

#4baaae #ae4baa #aaae4b

Analogous Colors of #4baaae

#4baaae #4b79ae #4bae81

Monochromatic Colors of #4baaae

#4baaae

Complementary Color

#4baaae #ae4f4b

#4baaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baaae Color CSS Codes

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

#4baaae Text Font Color

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

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


#4baaae Background Color

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

This div background color is #4baaae


#4baaae Border Color

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

This div border color is #4baaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baaae


Comments

No comments written yet.

Please login to write comment.