Color Hex Logo

#4fb1ce Color Hex

#4FB1CE
(79,177,206)
0 Favorites   0 Comments

Color spaces of #4fb1ce

RGB 79177206
HSL0.540.560.56
HSV194°62°81°
CMYK 0.620.140.00   0.19
XYZ30.087237.562864.0571
Yxy37.56280.22840.2852
Hunter Lab61.2885-19.6273-19.0664
CIE-Lab67.6971-20.0016-23.2785

#4fb1ce color RGB value is (79,177,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10110001 11001110
Octal 117 261 316
Decimal 79 177 206
Hex 4F B1 CE

RGB Percentages of Color #4fb1ce

%17.10
%38.31
%44.59

CMYK Percentages of Color #4fb1ce

%62
%14
%0
%19

Triadic Colors of #4fb1ce

#4fb1ce #ce4fb1 #b1ce4f

Analogous Colors of #4fb1ce

#4fb1ce #4f72ce #4fceac

Monochromatic Colors of #4fb1ce

#4fb1ce

Complementary Color

#4fb1ce #ce6c4f

#4fb1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fb1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fb1ce Color CSS Codes

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

#4fb1ce Text Font Color

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

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


#4fb1ce Background Color

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

This div background color is #4fb1ce


#4fb1ce Border Color

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

This div border color is #4fb1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fb1ce

#4fb1ce Color Palettes


Comments

No comments written yet.

Please login to write comment.