Color Hex Logo

#4fcbcc Color Hex

#4FCBCC
(79,203,204)
0 Favorites   0 Comments

Color spaces of #4fcbcc

RGB 79203204
HSL0.500.550.55
HSV180°61°80°
CMYK 0.610.000.00   0.20
XYZ35.479548.733864.6633
Yxy48.73380.23830.3273
Hunter Lab69.8096-31.4473-6.0525
CIE-Lab75.2854-33.4601-10.7223

#4fcbcc color RGB value is (79,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001011 11001100
Octal 117 313 314
Decimal 79 203 204
Hex 4F CB CC

RGB Percentages of Color #4fcbcc

%16.26
%41.77
%41.98

CMYK Percentages of Color #4fcbcc

%61
%0
%0
%20

Triadic Colors of #4fcbcc

#4fcbcc #cc4fcb #cbcc4f

Analogous Colors of #4fcbcc

#4fcbcc #4f8dcc #4fcc8f

Monochromatic Colors of #4fcbcc

#4fcbcc

Complementary Color

#4fcbcc #cc504f

#4fcbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcbcc Color CSS Codes

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

#4fcbcc Text Font Color

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

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


#4fcbcc Background Color

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

This div background color is #4fcbcc


#4fcbcc Border Color

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

This div border color is #4fcbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcbcc


Comments

No comments written yet.

Please login to write comment.