Color Hex Logo

#4baac0 Color Hex

#4BAAC0
(75,170,192)
0 Favorites   0 Comments

Color spaces of #4baac0

RGB 75170192
HSL0.530.480.52
HSV191°61°75°
CMYK 0.610.110.00   0.25
XYZ26.790834.051155.0297
Yxy34.05110.23120.2939
Hunter Lab58.3533-20.1665-15.0657
CIE-Lab65.0031-21.3185-19.6492

#4baac0 color RGB value is (75,170,192).

#4baac0 hex color red value is 75, green value is 170 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #4baac0 hue: 0.53 , saturation: 0.48 and the lightness value of 4baac0 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 11000000
Octal 113 252 300
Decimal 75 170 192
Hex 4B AA C0

RGB Percentages of Color #4baac0

%17.16
%38.90
%43.94

CMYK Percentages of Color #4baac0

%61
%11
%0
%25

Triadic Colors of #4baac0

#4baac0 #c04baa #aac04b

Analogous Colors of #4baac0

#4baac0 #4b70c0 #4bc09c

Monochromatic Colors of #4baac0

#4baac0

Complementary Color

#4baac0 #c0614b

#4baac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baac0 Color CSS Codes

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

#4baac0 Text Font Color

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

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


#4baac0 Background Color

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

This div background color is #4baac0


#4baac0 Border Color

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

This div border color is #4baac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baac0


Comments

No comments written yet.

Please login to write comment.