Color Hex Logo

#4fcbce Color Hex

#4FCBCE
(79,203,206)
0 Favorites   0 Comments

Color spaces of #4fcbce

RGB 79203206
HSL0.500.560.56
HSV181°62°81°
CMYK 0.620.010.00   0.19
XYZ35.721048.830465.9350
Yxy48.83040.23740.3245
Hunter Lab69.8788-31.0412-7.0287
CIE-Lab75.3457-32.9050-11.7132

#4fcbce color RGB value is (79,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001011 11001110
Octal 117 313 316
Decimal 79 203 206
Hex 4F CB CE

RGB Percentages of Color #4fcbce

%16.19
%41.60
%42.21

CMYK Percentages of Color #4fcbce

%62
%1
%0
%19

Triadic Colors of #4fcbce

#4fcbce #ce4fcb #cbce4f

Analogous Colors of #4fcbce

#4fcbce #4f8cce #4fce92

Monochromatic Colors of #4fcbce

#4fcbce

Complementary Color

#4fcbce #ce524f

#4fcbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcbce Color CSS Codes

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

#4fcbce Text Font Color

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

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


#4fcbce Background Color

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

This div background color is #4fcbce


#4fcbce Border Color

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

This div border color is #4fcbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcbce


Comments

No comments written yet.

Please login to write comment.