Color Hex Logo

#5fccbc Color Hex

#5FCCBC
(95,204,188)
0 Favorites   0 Comments

Color spaces of #5fccbc

RGB 95204188
HSL0.480.520.59
HSV171°53°80°
CMYK 0.530.000.08   0.20
XYZ35.389349.249555.2178
Yxy49.24950.25300.3521
Hunter Lab70.1780-32.79762.4737
CIE-Lab75.6063-35.1485-1.5492

#5fccbc color RGB value is (95,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 10111100
Octal 137 314 274
Decimal 95 204 188
Hex 5F CC BC

RGB Percentages of Color #5fccbc

%19.51
%41.89
%38.60

CMYK Percentages of Color #5fccbc

%53
%0
%8
%20

Triadic Colors of #5fccbc

#5fccbc #bc5fcc #ccbc5f

Analogous Colors of #5fccbc

#5fccbc #5fa6cc #5fcc86

Monochromatic Colors of #5fccbc

#5fccbc

Complementary Color

#5fccbc #cc5f6f

#5fccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccbc Color CSS Codes

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

#5fccbc Text Font Color

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

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


#5fccbc Background Color

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

This div background color is #5fccbc


#5fccbc Border Color

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

This div border color is #5fccbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,204,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccbc


Comments

No comments written yet.

Please login to write comment.