Color Hex Logo

#4fcece Color Hex

#4FCECE
(79,206,206)
0 Favorites   0 Comments

Color spaces of #4fcece

RGB 79206206
HSL0.500.560.56
HSV180°62°81°
CMYK 0.620.000.00   0.19
XYZ36.436350.261166.1735
Yxy50.26110.23830.3288
Hunter Lab70.8951-32.3268-5.7148
CIE-Lab76.2292-34.3208-10.3937

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001110 11001110
Octal 117 316 316
Decimal 79 206 206
Hex 4F CE CE

RGB Percentages of Color #4fcece

%16.09
%41.96
%41.96

CMYK Percentages of Color #4fcece

%62
%0
%0
%19

Triadic Colors of #4fcece

#4fcece #ce4fce #cece4f

Analogous Colors of #4fcece

#4fcece #4f8fce #4fce8f

Monochromatic Colors of #4fcece

#4fcece

Complementary Color

#4fcece #ce4f4f

#4fcece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcece Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcece Color CSS Codes

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

#4fcece Text Font Color

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

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


#4fcece Background Color

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

This div background color is #4fcece


#4fcece Border Color

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

This div border color is #4fcece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcece


Comments

No comments written yet.

Please login to write comment.