Color Hex Logo

#4ba9cc Color Hex

#4BA9CC
(75,169,204)
0 Favorites   0 Comments

Color spaces of #4ba9cc

RGB 75169204
HSL0.550.560.55
HSV196°63°80°
CMYK 0.630.170.00   0.20
XYZ27.988734.231462.2589
Yxy34.23140.22480.2750
Hunter Lab58.5076-16.9980-22.1361
CIE-Lab65.1458-17.1186-26.0943

#4ba9cc color RGB value is (75,169,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101001 11001100
Octal 113 251 314
Decimal 75 169 204
Hex 4B A9 CC

RGB Percentages of Color #4ba9cc

%16.74
%37.72
%45.54

CMYK Percentages of Color #4ba9cc

%63
%17
%0
%20

Triadic Colors of #4ba9cc

#4ba9cc #cc4ba9 #a9cc4b

Analogous Colors of #4ba9cc

#4ba9cc #4b69cc #4bccaf

Monochromatic Colors of #4ba9cc

#4ba9cc

Complementary Color

#4ba9cc #cc6e4b

#4ba9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ba9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ba9cc Color CSS Codes

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

#4ba9cc Text Font Color

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

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


#4ba9cc Background Color

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

This div background color is #4ba9cc


#4ba9cc Border Color

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

This div border color is #4ba9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ba9cc


Comments

No comments written yet.

Please login to write comment.