Color Hex Logo

#4fbccc Color Hex

#4FBCCC
(79,188,204)
0 Favorites   0 Comments

Color spaces of #4fbccc

RGB 79188204
HSL0.520.550.55
HSV188°61°80°
CMYK 0.610.080.00   0.20
XYZ32.106841.988363.5391
Yxy41.98830.23330.3051
Hunter Lab64.7984-24.9526-12.7789
CIE-Lab70.8629-26.1868-17.3675

#4fbccc color RGB value is (79,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 11001100
Octal 117 274 314
Decimal 79 188 204
Hex 4F BC CC

RGB Percentages of Color #4fbccc

%16.77
%39.92
%43.31

CMYK Percentages of Color #4fbccc

%61
%8
%0
%20

Triadic Colors of #4fbccc

#4fbccc #cc4fbc #bccc4f

Analogous Colors of #4fbccc

#4fbccc #4f7ecc #4fcc9e

Monochromatic Colors of #4fbccc

#4fbccc

Complementary Color

#4fbccc #cc5f4f

#4fbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbccc Color CSS Codes

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

#4fbccc Text Font Color

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

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


#4fbccc Background Color

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

This div background color is #4fbccc


#4fbccc Border Color

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

This div border color is #4fbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbccc


Comments

No comments written yet.

Please login to write comment.