Color Hex Logo

#4fbcbb Color Hex

#4FBCBB
(79,188,187)
0 Favorites   0 Comments

Color spaces of #4fbcbb

RGB 79188187
HSL0.500.450.52
HSV179°58°74°
CMYK 0.580.000.01   0.26
XYZ30.177341.216653.3788
Yxy41.21660.24190.3303
Hunter Lab64.2002-28.4463-4.3562
CIE-Lab70.3274-30.9991-8.8601

#4fbcbb color RGB value is (79,188,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 10111011
Octal 117 274 273
Decimal 79 188 187
Hex 4F BC BB

RGB Percentages of Color #4fbcbb

%17.40
%41.41
%41.19

CMYK Percentages of Color #4fbcbb

%58
%0
%1
%26

Triadic Colors of #4fbcbb

#4fbcbb #bb4fbc #bcbb4f

Analogous Colors of #4fbcbb

#4fbcbb #4f87bc #4fbc85

Monochromatic Colors of #4fbcbb

#4fbcbb

Complementary Color

#4fbcbb #bc4f50

#4fbcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbcbb Color CSS Codes

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

#4fbcbb Text Font Color

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

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


#4fbcbb Background Color

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

This div background color is #4fbcbb


#4fbcbb Border Color

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

This div border color is #4fbcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbcbb


Comments

No comments written yet.

Please login to write comment.