Color Hex Logo

#4c9dfa Color Hex

#4C9DFA
(76,157,250)
0 Favorites   0 Comments

Color spaces of #4c9dfa

RGB 76157250
HSL0.590.950.64
HSV212°70°98°
CMYK 0.700.370.00   0.02
XYZ32.292832.552695.0237
Yxy32.55260.20200.2036
Hunter Lab57.05491.1841-58.8078
CIE-Lab63.79704.9406-53.5453

#4c9dfa color RGB value is (76,157,250).

#4c9dfa hex color red value is 76, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4c9dfa hue: 0.59 , saturation: 0.95 and the lightness value of 4c9dfa is 0.64.

The process color (four color CMYK) of #4c9dfa color hex is 0.70, 0.37, 0.00, 0.02. Web safe color of #4c9dfa is #3399ff. Color #4c9dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10011101 11111010
Octal 114 235 372
Decimal 76 157 250
Hex 4C 9D FA

RGB Percentages of Color #4c9dfa

%15.73
%32.51
%51.76

CMYK Percentages of Color #4c9dfa

%70
%37
%0
%2

Triadic Colors of #4c9dfa

#4c9dfa #fa4c9d #9dfa4c

Analogous Colors of #4c9dfa

#4c9dfa #524cfa #4cf4fa

Monochromatic Colors of #4c9dfa

#4c9dfa

Complementary Color

#4c9dfa #faa94c

#4c9dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c9dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c9dfa Color CSS Codes

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

#4c9dfa Text Font Color

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

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


#4c9dfa Background Color

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

This div background color is #4c9dfa


#4c9dfa Border Color

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

This div border color is #4c9dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,157,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c9dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c9dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #4c9dfa;
  box-shadow:         1px 1px 3px 2px #4c9dfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,157,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c9dfa


Comments

No comments written yet.

Please login to write comment.