Color Hex Logo

#4a8adc Color Hex

#4A8ADC
(74,138,220)
0 Favorites   0 Comments

Color spaces of #4a8adc

RGB 74138220
HSL0.590.680.58
HSV214°66°86°
CMYK 0.660.370.00   0.14
XYZ24.830824.800171.1883
Yxy24.80010.20550.2053
Hunter Lab49.79971.8530-49.8948
CIE-Lab56.88015.4963-47.9299

#4a8adc color RGB value is (74,138,220).

#4a8adc hex color red value is 74, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4a8adc hue: 0.59 , saturation: 0.68 and the lightness value of 4a8adc is 0.58.

The process color (four color CMYK) of #4a8adc color hex is 0.66, 0.37, 0.00, 0.14. Web safe color of #4a8adc is #3399cc. Color #4a8adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10001010 11011100
Octal 112 212 334
Decimal 74 138 220
Hex 4A 8A DC

RGB Percentages of Color #4a8adc

%17.13
%31.94
%50.93

CMYK Percentages of Color #4a8adc

%66
%37
%0
%14

Triadic Colors of #4a8adc

#4a8adc #dc4a8a #8adc4a

Analogous Colors of #4a8adc

#4a8adc #534adc #4ad3dc

Monochromatic Colors of #4a8adc

#4a8adc

Complementary Color

#4a8adc #dc9c4a

#4a8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8adc Color CSS Codes

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

#4a8adc Text Font Color

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

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


#4a8adc Background Color

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

This div background color is #4a8adc


#4a8adc Border Color

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

This div border color is #4a8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8adc


Comments

No comments written yet.

Please login to write comment.