Color Hex Logo

#4fcfbd Color Hex

#4FCFBD
(79,207,189)
0 Favorites   0 Comments

Color spaces of #4fcfbd

RGB 79207189
HSL0.480.570.56
HSV172°62°81°
CMYK 0.620.000.09   0.19
XYZ34.722649.962055.9577
Yxy49.96200.24690.3552
Hunter Lab70.6838-36.01062.5410
CIE-Lab76.0459-39.3167-1.5004

#4fcfbd color RGB value is (79,207,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001111 10111101
Octal 117 317 275
Decimal 79 207 189
Hex 4F CF BD

RGB Percentages of Color #4fcfbd

%16.63
%43.58
%39.79

CMYK Percentages of Color #4fcfbd

%62
%0
%9
%19

Triadic Colors of #4fcfbd

#4fcfbd #bd4fcf #cfbd4f

Analogous Colors of #4fcfbd

#4fcfbd #4fa1cf #4fcf7d

Monochromatic Colors of #4fcfbd

#4fcfbd

Complementary Color

#4fcfbd #cf4f61

#4fcfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcfbd Color CSS Codes

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

#4fcfbd Text Font Color

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

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


#4fcfbd Background Color

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

This div background color is #4fcfbd


#4fcfbd Border Color

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

This div border color is #4fcfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcfbd


Comments

No comments written yet.

Please login to write comment.