Color Hex Logo

#4fbcbe Color Hex

#4FBCBE
(79,188,190)
0 Favorites   0 Comments

Color spaces of #4fbcbe

RGB 79188190
HSL0.500.460.53
HSV181°58°75°
CMYK 0.580.010.00   0.25
XYZ30.501941.346455.0882
Yxy41.34640.24030.3257
Hunter Lab64.3012-27.8538-5.7842
CIE-Lab70.4179-30.1707-10.3697

#4fbcbe color RGB value is (79,188,190).

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

The process color (four color CMYK) of #4fbcbe color hex is 0.58, 0.01, 0.00, 0.25. Web safe color of #4fbcbe is #66cccc. Color #4fbcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 10111110
Octal 117 274 276
Decimal 79 188 190
Hex 4F BC BE

RGB Percentages of Color #4fbcbe

%17.29
%41.14
%41.58

CMYK Percentages of Color #4fbcbe

%58
%1
%0
%25

Triadic Colors of #4fbcbe

#4fbcbe #be4fbc #bcbe4f

Analogous Colors of #4fbcbe

#4fbcbe #4f85be #4fbe89

Monochromatic Colors of #4fbcbe

#4fbcbe

Complementary Color

#4fbcbe #be514f

#4fbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbcbe Color CSS Codes

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

#4fbcbe Text Font Color

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

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


#4fbcbe Background Color

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

This div background color is #4fbcbe


#4fbcbe Border Color

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

This div border color is #4fbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbcbe


Comments

No comments written yet.

Please login to write comment.