Color Hex Logo

#4fbbcc Color Hex

#4FBBCC
(79,187,204)
0 Favorites   0 Comments

Color spaces of #4fbbcc

RGB 79187204
HSL0.520.550.55
HSV188°61°80°
CMYK 0.610.080.00   0.20
XYZ31.893941.562563.4681
Yxy41.56250.23290.3035
Hunter Lab64.4690-24.5137-13.2412
CIE-Lab70.5682-25.6883-17.8131

#4fbbcc color RGB value is (79,187,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 11001100
Octal 117 273 314
Decimal 79 187 204
Hex 4F BB CC

RGB Percentages of Color #4fbbcc

%16.81
%39.79
%43.40

CMYK Percentages of Color #4fbbcc

%61
%8
%0
%20

Triadic Colors of #4fbbcc

#4fbbcc #cc4fbb #bbcc4f

Analogous Colors of #4fbbcc

#4fbbcc #4f7dcc #4fcc9f

Monochromatic Colors of #4fbbcc

#4fbbcc

Complementary Color

#4fbbcc #cc604f

#4fbbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbcc Color CSS Codes

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

#4fbbcc Text Font Color

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

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


#4fbbcc Background Color

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

This div background color is #4fbbcc


#4fbbcc Border Color

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

This div border color is #4fbbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbcc


Comments

No comments written yet.

Please login to write comment.