Color Hex Logo

#4fa8ea Color Hex

#4FA8EA
(79,168,234)
0 Favorites   0 Comments

Color spaces of #4fa8ea

RGB 79168234
HSL0.570.790.61
HSV206°66°92°
CMYK 0.660.280.00   0.08
XYZ32.078435.608083.0242
Yxy35.60800.21280.2363
Hunter Lab59.6724-8.4697-40.7214
CIE-Lab66.2193-6.2743-40.9592

#4fa8ea color RGB value is (79,168,234).

#4fa8ea hex color red value is 79, green value is 168 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4fa8ea hue: 0.57 , saturation: 0.79 and the lightness value of 4fa8ea is 0.61.

The process color (four color CMYK) of #4fa8ea color hex is 0.66, 0.28, 0.00, 0.08. Web safe color of #4fa8ea is #6699ff. Color #4fa8ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101000 11101010
Octal 117 250 352
Decimal 79 168 234
Hex 4F A8 EA

RGB Percentages of Color #4fa8ea

%16.42
%34.93
%48.65

CMYK Percentages of Color #4fa8ea

%66
%28
%0
%8

Triadic Colors of #4fa8ea

#4fa8ea #ea4fa8 #a8ea4f

Analogous Colors of #4fa8ea

#4fa8ea #4f5aea #4feadf

Monochromatic Colors of #4fa8ea

#4fa8ea

Complementary Color

#4fa8ea #ea914f

#4fa8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fa8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fa8ea Color CSS Codes

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

#4fa8ea Text Font Color

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

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


#4fa8ea Background Color

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

This div background color is #4fa8ea


#4fa8ea Border Color

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

This div border color is #4fa8ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,168,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 #4fa8ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fa8ea


Comments

No comments written yet.

Please login to write comment.