Color Hex Logo

#4fbccb Color Hex

#4FBCCB
(79,188,203)
0 Favorites   0 Comments

Color spaces of #4fbccb

RGB 79188203
HSL0.520.540.55
HSV187°61°80°
CMYK 0.610.070.00   0.20
XYZ31.987241.940562.9093
Yxy41.94050.23380.3065
Hunter Lab64.7615-25.1673-12.2613
CIE-Lab70.8299-26.4776-16.8703

#4fbccb color RGB value is (79,188,203).

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

The process color (four color CMYK) of #4fbccb color hex is 0.61, 0.07, 0.00, 0.20. Web safe color of #4fbccb is #66cccc. Color #4fbccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 11001011
Octal 117 274 313
Decimal 79 188 203
Hex 4F BC CB

RGB Percentages of Color #4fbccb

%16.81
%40.00
%43.19

CMYK Percentages of Color #4fbccb

%61
%7
%0
%20

Triadic Colors of #4fbccb

#4fbccb #cb4fbc #bccb4f

Analogous Colors of #4fbccb

#4fbccb #4f7ecb #4fcb9c

Monochromatic Colors of #4fbccb

#4fbccb

Complementary Color

#4fbccb #cb5e4f

#4fbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbccb Color CSS Codes

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

#4fbccb Text Font Color

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

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


#4fbccb Background Color

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

This div background color is #4fbccb


#4fbccb Border Color

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

This div border color is #4fbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbccb


Comments

No comments written yet.

Please login to write comment.