Color Hex Logo

#4fbcbd Color Hex

#4FBCBD
(79,188,189)
0 Favorites   0 Comments

Color spaces of #4fbcbd

RGB 79188189
HSL0.500.450.53
HSV181°58°74°
CMYK 0.580.010.00   0.26
XYZ30.393041.302854.5145
Yxy41.30280.24080.3273
Hunter Lab64.2673-28.0522-5.3055
CIE-Lab70.3875-30.4476-9.8670

#4fbcbd color RGB value is (79,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 10111101
Octal 117 274 275
Decimal 79 188 189
Hex 4F BC BD

RGB Percentages of Color #4fbcbd

%17.32
%41.23
%41.45

CMYK Percentages of Color #4fbcbd

%58
%1
%0
%26

Triadic Colors of #4fbcbd

#4fbcbd #bd4fbc #bcbd4f

Analogous Colors of #4fbcbd

#4fbcbd #4f85bd #4fbd87

Monochromatic Colors of #4fbcbd

#4fbcbd

Complementary Color

#4fbcbd #bd504f

#4fbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbcbd Color CSS Codes

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

#4fbcbd Text Font Color

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

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


#4fbcbd Background Color

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

This div background color is #4fbcbd


#4fbcbd Border Color

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

This div border color is #4fbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbcbd


Comments

No comments written yet.

Please login to write comment.