Color Hex Logo

#4fbccd Color Hex

#4FBCCD
(79,188,205)
0 Favorites   0 Comments

Color spaces of #4fbccd

RGB 79188205
HSL0.520.560.56
HSV188°61°80°
CMYK 0.610.080.00   0.20
XYZ32.227142.036564.1729
Yxy42.03650.23280.3037
Hunter Lab64.8356-24.7372-13.2991
CIE-Lab70.8961-25.8957-17.8640

#4fbccd color RGB value is (79,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 11001101
Octal 117 274 315
Decimal 79 188 205
Hex 4F BC CD

RGB Percentages of Color #4fbccd

%16.74
%39.83
%43.43

CMYK Percentages of Color #4fbccd

%61
%8
%0
%20

Triadic Colors of #4fbccd

#4fbccd #cd4fbc #bccd4f

Analogous Colors of #4fbccd

#4fbccd #4f7dcd #4fcd9f

Monochromatic Colors of #4fbccd

#4fbccd

Complementary Color

#4fbccd #cd604f

#4fbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbccd Color CSS Codes

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

#4fbccd Text Font Color

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

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


#4fbccd Background Color

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

This div background color is #4fbccd


#4fbccd Border Color

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

This div border color is #4fbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbccd


Comments

No comments written yet.

Please login to write comment.