Color Hex Logo

#4baacb Color Hex

#4BAACB
(75,170,203)
0 Favorites   0 Comments

Color spaces of #4baacb

RGB 75170203
HSL0.540.550.55
HSV195°63°80°
CMYK 0.630.160.00   0.20
XYZ28.055934.557161.6914
Yxy34.55710.22570.2780
Hunter Lab58.7853-17.6832-21.0714
CIE-Lab65.4024-17.9584-25.1461

#4baacb color RGB value is (75,170,203).

#4baacb hex color red value is 75, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4baacb hue: 0.54 , saturation: 0.55 and the lightness value of 4baacb is 0.55.

The process color (four color CMYK) of #4baacb color hex is 0.63, 0.16, 0.00, 0.20. Web safe color of #4baacb is #3399cc. Color #4baacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 11001011
Octal 113 252 313
Decimal 75 170 203
Hex 4B AA CB

RGB Percentages of Color #4baacb

%16.74
%37.95
%45.31

CMYK Percentages of Color #4baacb

%63
%16
%0
%20

Triadic Colors of #4baacb

#4baacb #cb4baa #aacb4b

Analogous Colors of #4baacb

#4baacb #4b6acb #4bcbac

Monochromatic Colors of #4baacb

#4baacb

Complementary Color

#4baacb #cb6c4b

#4baacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baacb Color CSS Codes

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

#4baacb Text Font Color

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

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


#4baacb Background Color

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

This div background color is #4baacb


#4baacb Border Color

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

This div border color is #4baacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baacb


Comments

No comments written yet.

Please login to write comment.