Color Hex Logo

#4fbfcc Color Hex

#4FBFCC
(79,191,204)
0 Favorites   0 Comments

Color spaces of #4fbfcc

RGB 79191204
HSL0.520.550.55
HSV186°61°80°
CMYK 0.610.060.00   0.20
XYZ32.754343.283563.7550
Yxy43.28350.23430.3096
Hunter Lab65.7902-26.2649-11.4027
CIE-Lab71.7470-27.6724-16.0322

#4fbfcc color RGB value is (79,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111111 11001100
Octal 117 277 314
Decimal 79 191 204
Hex 4F BF CC

RGB Percentages of Color #4fbfcc

%16.67
%40.30
%43.04

CMYK Percentages of Color #4fbfcc

%61
%6
%0
%20

Triadic Colors of #4fbfcc

#4fbfcc #cc4fbf #bfcc4f

Analogous Colors of #4fbfcc

#4fbfcc #4f81cc #4fcc9b

Monochromatic Colors of #4fbfcc

#4fbfcc

Complementary Color

#4fbfcc #cc5c4f

#4fbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbfcc Color CSS Codes

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

#4fbfcc Text Font Color

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

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


#4fbfcc Background Color

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

This div background color is #4fbfcc


#4fbfcc Border Color

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

This div border color is #4fbfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbfcc


Comments

No comments written yet.

Please login to write comment.