Color Hex Logo

#4fbcab Color Hex

#4FBCAB
(79,188,171)
0 Favorites   0 Comments

Color spaces of #4fbcab

RGB 79188171
HSL0.470.450.52
HSV171°58°74°
CMYK 0.580.000.09   0.26
XYZ28.558440.569044.8535
Yxy40.56900.25060.3559
Hunter Lab63.6938-31.43012.8333
CIE-Lab69.8729-35.2521-0.7567

#4fbcab color RGB value is (79,188,171).

#4fbcab hex color red value is 79, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4fbcab hue: 0.47 , saturation: 0.45 and the lightness value of 4fbcab is 0.52.

The process color (four color CMYK) of #4fbcab color hex is 0.58, 0.00, 0.09, 0.26. Web safe color of #4fbcab is #66cc99. Color #4fbcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 10101011
Octal 117 274 253
Decimal 79 188 171
Hex 4F BC AB

RGB Percentages of Color #4fbcab

%18.04
%42.92
%39.04

CMYK Percentages of Color #4fbcab

%58
%0
%9
%26

Triadic Colors of #4fbcab

#4fbcab #ab4fbc #bcab4f

Analogous Colors of #4fbcab

#4fbcab #4f97bc #4fbc75

Monochromatic Colors of #4fbcab

#4fbcab

Complementary Color

#4fbcab #bc4f60

#4fbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbcab Color CSS Codes

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

#4fbcab Text Font Color

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

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


#4fbcab Background Color

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

This div background color is #4fbcab


#4fbcab Border Color

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

This div border color is #4fbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbcab


Comments

No comments written yet.

Please login to write comment.