Color Hex Logo

#4fcee6 Color Hex

#4FCEE6
(79,206,230)
0 Favorites   0 Comments

Color spaces of #4fcee6

RGB 79206230
HSL0.530.750.61
HSV190°66°90°
CMYK 0.660.100.00   0.10
XYZ39.578751.518082.7209
Yxy51.51800.22770.2964
Hunter Lab71.7760-27.1797-18.0877
CIE-Lab76.9917-27.4522-22.1633

#4fcee6 color RGB value is (79,206,230).

#4fcee6 hex color red value is 79, green value is 206 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #4fcee6 hue: 0.53 , saturation: 0.75 and the lightness value of 4fcee6 is 0.61.

The process color (four color CMYK) of #4fcee6 color hex is 0.66, 0.10, 0.00, 0.10. Web safe color of #4fcee6 is #66ccff. Color #4fcee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001110 11100110
Octal 117 316 346
Decimal 79 206 230
Hex 4F CE E6

RGB Percentages of Color #4fcee6

%15.34
%40.00
%44.66

CMYK Percentages of Color #4fcee6

%66
%10
%0
%10

Triadic Colors of #4fcee6

#4fcee6 #e64fce #cee64f

Analogous Colors of #4fcee6

#4fcee6 #4f83e6 #4fe6b3

Monochromatic Colors of #4fcee6

#4fcee6

Complementary Color

#4fcee6 #e6674f

#4fcee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcee6 Color CSS Codes

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

#4fcee6 Text Font Color

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

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


#4fcee6 Background Color

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

This div background color is #4fcee6


#4fcee6 Border Color

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

This div border color is #4fcee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcee6


Comments

No comments written yet.

Please login to write comment.