Color Hex Logo

#4894ba Color Hex

#4894BA
(72,148,186)
0 Favorites   0 Comments

Color spaces of #4894ba

RGB 72148186
HSL0.560.450.51
HSV200°61°73°
CMYK 0.610.200.00   0.27
XYZ22.125326.102750.3266
Yxy26.10270.22450.2649
Hunter Lab51.0908-12.1080-22.6396
CIE-Lab58.1344-11.9680-26.8175

#4894ba color RGB value is (72,148,186).

#4894ba hex color red value is 72, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4894ba hue: 0.56 , saturation: 0.45 and the lightness value of 4894ba is 0.51.

The process color (four color CMYK) of #4894ba color hex is 0.61, 0.20, 0.00, 0.27. Web safe color of #4894ba is #3399cc. Color #4894ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010100 10111010
Octal 110 224 272
Decimal 72 148 186
Hex 48 94 BA

RGB Percentages of Color #4894ba

%17.73
%36.45
%45.81

CMYK Percentages of Color #4894ba

%61
%20
%0
%27

Triadic Colors of #4894ba

#4894ba #ba4894 #94ba48

Analogous Colors of #4894ba

#4894ba #485bba #48baa7

Monochromatic Colors of #4894ba

#4894ba

Complementary Color

#4894ba #ba6e48

#4894ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4894ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4894ba Color CSS Codes

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

#4894ba Text Font Color

<p style="color:#4894ba">Text here</p>

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


#4894ba Background Color

<div style="background-color:#4894ba">
Div content here</div>

This div background color is #4894ba


#4894ba Border Color

<div style="border:3px solid #4894ba">
Div here</div>

This div border color is #4894ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,148,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4894ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4894ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4894ba;
  box-shadow:         1px 1px 3px 2px #4894ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,148,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4894ba


Comments

No comments written yet.

Please login to write comment.