Color Hex Logo

#4a8ebb Color Hex

#4A8EBB
(74,142,187)
0 Favorites   0 Comments

Color spaces of #4a8ebb

RGB 74142187
HSL0.570.450.51
HSV204°60°73°
CMYK 0.600.240.00   0.27
XYZ21.466724.389750.5900
Yxy24.38970.22260.2529
Hunter Lab49.3859-8.8364-26.1654
CIE-Lab56.4759-7.9019-29.9464

#4a8ebb color RGB value is (74,142,187).

#4a8ebb hex color red value is 74, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4a8ebb hue: 0.57 , saturation: 0.45 and the lightness value of 4a8ebb is 0.51.

The process color (four color CMYK) of #4a8ebb color hex is 0.60, 0.24, 0.00, 0.27. Web safe color of #4a8ebb is #3399cc. Color #4a8ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10001110 10111011
Octal 112 216 273
Decimal 74 142 187
Hex 4A 8E BB

RGB Percentages of Color #4a8ebb

%18.36
%35.24
%46.40

CMYK Percentages of Color #4a8ebb

%60
%24
%0
%27

Triadic Colors of #4a8ebb

#4a8ebb #bb4a8e #8ebb4a

Analogous Colors of #4a8ebb

#4a8ebb #4a56bb #4abbb0

Monochromatic Colors of #4a8ebb

#4a8ebb

Complementary Color

#4a8ebb #bb774a

#4a8ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8ebb Color CSS Codes

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

#4a8ebb Text Font Color

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

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


#4a8ebb Background Color

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

This div background color is #4a8ebb


#4a8ebb Border Color

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

This div border color is #4a8ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,142,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a8ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a8ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #4a8ebb;
  box-shadow:         1px 1px 3px 2px #4a8ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,142,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8ebb

#4a8ebb Color Palettes


Comments

No comments written yet.

Please login to write comment.