Color Hex Logo

#5fbfcc Color Hex

#5FBFCC
(95,191,204)
0 Favorites   0 Comments

Color spaces of #5fbfcc

RGB 95191204
HSL0.520.520.59
HSV187°53°80°
CMYK 0.530.060.00   0.20
XYZ34.249244.054163.8249
Yxy44.05410.24100.3100
Hunter Lab66.3733-24.0456-10.5523
CIE-Lab72.2646-24.6499-15.2008

#5fbfcc color RGB value is (95,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111111 11001100
Octal 137 277 314
Decimal 95 191 204
Hex 5F BF CC

RGB Percentages of Color #5fbfcc

%19.39
%38.98
%41.63

CMYK Percentages of Color #5fbfcc

%53
%6
%0
%20

Triadic Colors of #5fbfcc

#5fbfcc #cc5fbf #bfcc5f

Analogous Colors of #5fbfcc

#5fbfcc #5f89cc #5fcca3

Monochromatic Colors of #5fbfcc

#5fbfcc

Complementary Color

#5fbfcc #cc6c5f

#5fbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbfcc Color CSS Codes

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

#5fbfcc Text Font Color

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

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


#5fbfcc Background Color

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

This div background color is #5fbfcc


#5fbfcc Border Color

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

This div border color is #5fbfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbfcc


Comments

No comments written yet.

Please login to write comment.