Color Hex Logo

#5fcabc Color Hex

#5FCABC
(95,202,188)
0 Favorites   0 Comments

Color spaces of #5fcabc

RGB 95202188
HSL0.480.500.58
HSV172°53°79°
CMYK 0.530.000.07   0.21
XYZ34.916948.304855.0604
Yxy48.30480.25250.3493
Hunter Lab69.5017-31.95141.6806
CIE-Lab75.0168-34.2152-2.4139

#5fcabc color RGB value is (95,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 10111100
Octal 137 312 274
Decimal 95 202 188
Hex 5F CA BC

RGB Percentages of Color #5fcabc

%19.59
%41.65
%38.76

CMYK Percentages of Color #5fcabc

%53
%0
%7
%21

Triadic Colors of #5fcabc

#5fcabc #bc5fca #cabc5f

Analogous Colors of #5fcabc

#5fcabc #5fa3ca #5fca87

Monochromatic Colors of #5fcabc

#5fcabc

Complementary Color

#5fcabc #ca5f6d

#5fcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcabc Color CSS Codes

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

#5fcabc Text Font Color

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

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


#5fcabc Background Color

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

This div background color is #5fcabc


#5fcabc Border Color

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

This div border color is #5fcabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcabc


Comments

No comments written yet.

Please login to write comment.