Color Hex Logo

#4fcdce Color Hex

#4FCDCE
(79,205,206)
0 Favorites   0 Comments

Color spaces of #4fcdce

RGB 79205206
HSL0.500.560.56
HSV180°62°81°
CMYK 0.620.000.00   0.19
XYZ36.196349.781166.0935
Yxy49.78110.23800.3274
Hunter Lab70.5557-31.8989-6.1513
CIE-Lab75.9347-33.8505-10.8332

#4fcdce color RGB value is (79,205,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001101 11001110
Octal 117 315 316
Decimal 79 205 206
Hex 4F CD CE

RGB Percentages of Color #4fcdce

%16.12
%41.84
%42.04

CMYK Percentages of Color #4fcdce

%62
%0
%0
%19

Triadic Colors of #4fcdce

#4fcdce #ce4fcd #cdce4f

Analogous Colors of #4fcdce

#4fcdce #4f8ece #4fce90

Monochromatic Colors of #4fcdce

#4fcdce

Complementary Color

#4fcdce #ce504f

#4fcdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcdce Color CSS Codes

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

#4fcdce Text Font Color

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

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


#4fcdce Background Color

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

This div background color is #4fcdce


#4fcdce Border Color

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

This div border color is #4fcdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcdce


Comments

No comments written yet.

Please login to write comment.