Color Hex Logo

#4fbdcb Color Hex

#4FBDCB
(79,189,203)
0 Favorites   0 Comments

Color spaces of #4fbdcb

RGB 79189203
HSL0.520.540.55
HSV187°61°80°
CMYK 0.610.070.00   0.20
XYZ32.201542.369362.9808
Yxy42.36930.23410.3080
Hunter Lab65.0917-25.6048-11.8030
CIE-Lab71.1248-26.9739-16.4249

#4fbdcb color RGB value is (79,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 11001011
Octal 117 275 313
Decimal 79 189 203
Hex 4F BD CB

RGB Percentages of Color #4fbdcb

%16.77
%40.13
%43.10

CMYK Percentages of Color #4fbdcb

%61
%7
%0
%20

Triadic Colors of #4fbdcb

#4fbdcb #cb4fbd #bdcb4f

Analogous Colors of #4fbdcb

#4fbdcb #4f7fcb #4fcb9b

Monochromatic Colors of #4fbdcb

#4fbdcb

Complementary Color

#4fbdcb #cb5d4f

#4fbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdcb Color CSS Codes

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

#4fbdcb Text Font Color

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

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


#4fbdcb Background Color

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

This div background color is #4fbdcb


#4fbdcb Border Color

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

This div border color is #4fbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdcb


Comments

No comments written yet.

Please login to write comment.