Color Hex Logo

#4fbece Color Hex

#4FBECE
(79,190,206)
0 Favorites   0 Comments

Color spaces of #4fbece

RGB 79190206
HSL0.520.560.56
HSV188°62°81°
CMYK 0.620.080.00   0.19
XYZ32.778542.945464.9542
Yxy42.94540.23300.3053
Hunter Lab65.5327-25.3993-12.8937
CIE-Lab71.5179-26.5987-17.4697

#4fbece color RGB value is (79,190,206).

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

The process color (four color CMYK) of #4fbece color hex is 0.62, 0.08, 0.00, 0.19. Web safe color of #4fbece is #66cccc. Color #4fbece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111110 11001110
Octal 117 276 316
Decimal 79 190 206
Hex 4F BE CE

RGB Percentages of Color #4fbece

%16.63
%40.00
%43.37

CMYK Percentages of Color #4fbece

%62
%8
%0
%19

Triadic Colors of #4fbece

#4fbece #ce4fbe #bece4f

Analogous Colors of #4fbece

#4fbece #4f7fce #4fce9f

Monochromatic Colors of #4fbece

#4fbece

Complementary Color

#4fbece #ce5f4f

#4fbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbece Color CSS Codes

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

#4fbece Text Font Color

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

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


#4fbece Background Color

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

This div background color is #4fbece


#4fbece Border Color

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

This div border color is #4fbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbece


Comments

No comments written yet.

Please login to write comment.