Color Hex Logo

#4fcbcd Color Hex

#4FCBCD
(79,203,205)
0 Favorites   0 Comments

Color spaces of #4fcbcd

RGB 79203205
HSL0.500.560.56
HSV181°61°80°
CMYK 0.610.010.00   0.20
XYZ35.599848.781965.2972
Yxy48.78190.23780.3259
Hunter Lab69.8440-31.2449-6.5394
CIE-Lab75.3154-33.1831-11.2181

#4fcbcd color RGB value is (79,203,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001011 11001101
Octal 117 313 315
Decimal 79 203 205
Hex 4F CB CD

RGB Percentages of Color #4fcbcd

%16.22
%41.68
%42.09

CMYK Percentages of Color #4fcbcd

%61
%1
%0
%20

Triadic Colors of #4fcbcd

#4fcbcd #cd4fcb #cbcd4f

Analogous Colors of #4fcbcd

#4fcbcd #4f8ccd #4fcd90

Monochromatic Colors of #4fcbcd

#4fcbcd

Complementary Color

#4fcbcd #cd514f

#4fcbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcbcd Color CSS Codes

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

#4fcbcd Text Font Color

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

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


#4fcbcd Background Color

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

This div background color is #4fcbcd


#4fcbcd Border Color

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

This div border color is #4fcbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcbcd


Comments

No comments written yet.

Please login to write comment.