Color Hex Logo

#4a95ea Color Hex

#4A95EA
(74,149,234)
0 Favorites   0 Comments

Color spaces of #4a95ea

RGB 74149234
HSL0.590.790.60
HSV212°68°92°
CMYK 0.680.360.00   0.08
XYZ28.422828.891381.9204
Yxy28.89130.20410.2075
Hunter Lab53.75060.3254-52.7374
CIE-Lab60.68563.8176-49.6868

#4a95ea color RGB value is (74,149,234).

#4a95ea hex color red value is 74, green value is 149 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4a95ea hue: 0.59 , saturation: 0.79 and the lightness value of 4a95ea is 0.60.

The process color (four color CMYK) of #4a95ea color hex is 0.68, 0.36, 0.00, 0.08. Web safe color of #4a95ea is #3399ff. Color #4a95ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10010101 11101010
Octal 112 225 352
Decimal 74 149 234
Hex 4A 95 EA

RGB Percentages of Color #4a95ea

%16.19
%32.60
%51.20

CMYK Percentages of Color #4a95ea

%68
%36
%0
%8

Triadic Colors of #4a95ea

#4a95ea #ea4a95 #95ea4a

Analogous Colors of #4a95ea

#4a95ea #4f4aea #4ae5ea

Monochromatic Colors of #4a95ea

#4a95ea

Complementary Color

#4a95ea #ea9f4a

#4a95ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a95ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a95ea Color CSS Codes

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

#4a95ea Text Font Color

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

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


#4a95ea Background Color

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

This div background color is #4a95ea


#4a95ea Border Color

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

This div border color is #4a95ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a95ea

#4a95ea Color Palettes


Comments

No comments written yet.

Please login to write comment.