Color Hex Logo

#4fabea Color Hex

#4FABEA
(79,171,234)
0 Favorites   0 Comments

Color spaces of #4fabea

RGB 79171234
HSL0.570.790.61
HSV204°66°92°
CMYK 0.660.270.00   0.08
XYZ32.638636.728683.2110
Yxy36.72860.21390.2407
Hunter Lab60.6041-9.9253-38.9838
CIE-Lab67.0729-7.9388-39.6245

#4fabea color RGB value is (79,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101011 11101010
Octal 117 253 352
Decimal 79 171 234
Hex 4F AB EA

RGB Percentages of Color #4fabea

%16.32
%35.33
%48.35

CMYK Percentages of Color #4fabea

%66
%27
%0
%8

Triadic Colors of #4fabea

#4fabea #ea4fab #abea4f

Analogous Colors of #4fabea

#4fabea #4f5eea #4feadc

Monochromatic Colors of #4fabea

#4fabea

Complementary Color

#4fabea #ea8e4f

#4fabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fabea Color CSS Codes

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

#4fabea Text Font Color

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

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


#4fabea Background Color

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

This div background color is #4fabea


#4fabea Border Color

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

This div border color is #4fabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fabea


Comments

No comments written yet.

Please login to write comment.