Color Hex Logo

#4fabce Color Hex

#4FABCE
(79,171,206)
0 Favorites   0 Comments

Color spaces of #4fabce

RGB 79171206
HSL0.550.560.56
HSV197°62°81°
CMYK 0.620.170.00   0.19
XYZ28.927935.244363.6707
Yxy35.24430.22630.2757
Hunter Lab59.3669-16.9138-22.0314
CIE-Lab65.9384-16.8550-25.9731

#4fabce color RGB value is (79,171,206).

#4fabce hex color red value is 79, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4fabce hue: 0.55 , saturation: 0.56 and the lightness value of 4fabce is 0.56.

The process color (four color CMYK) of #4fabce color hex is 0.62, 0.17, 0.00, 0.19. Web safe color of #4fabce is #6699cc. Color #4fabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101011 11001110
Octal 117 253 316
Decimal 79 171 206
Hex 4F AB CE

RGB Percentages of Color #4fabce

%17.32
%37.50
%45.18

CMYK Percentages of Color #4fabce

%62
%17
%0
%19

Triadic Colors of #4fabce

#4fabce #ce4fab #abce4f

Analogous Colors of #4fabce

#4fabce #4f6cce #4fceb2

Monochromatic Colors of #4fabce

#4fabce

Complementary Color

#4fabce #ce724f

#4fabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fabce Color CSS Codes

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

#4fabce Text Font Color

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

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


#4fabce Background Color

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

This div background color is #4fabce


#4fabce Border Color

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

This div border color is #4fabce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,171,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fabce


Comments

No comments written yet.

Please login to write comment.