Color Hex Logo

#5fc5ca Color Hex

#5FC5CA
(95,197,202)
0 Favorites   0 Comments

Color spaces of #5fc5ca

RGB 95197202
HSL0.510.500.58
HSV183°53°79°
CMYK 0.530.020.00   0.21
XYZ35.346246.629763.0146
Yxy46.62970.24380.3216
Hunter Lab68.2859-27.1052-6.9129
CIE-Lab73.9523-28.1653-11.5797

#5fc5ca color RGB value is (95,197,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000101 11001010
Octal 137 305 312
Decimal 95 197 202
Hex 5F C5 CA

RGB Percentages of Color #5fc5ca

%19.23
%39.88
%40.89

CMYK Percentages of Color #5fc5ca

%53
%2
%0
%21

Triadic Colors of #5fc5ca

#5fc5ca #ca5fc5 #c5ca5f

Analogous Colors of #5fc5ca

#5fc5ca #5f90ca #5fca9a

Monochromatic Colors of #5fc5ca

#5fc5ca

Complementary Color

#5fc5ca #ca645f

#5fc5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc5ca Color CSS Codes

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

#5fc5ca Text Font Color

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

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


#5fc5ca Background Color

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

This div background color is #5fc5ca


#5fc5ca Border Color

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

This div border color is #5fc5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc5ca


Comments

No comments written yet.

Please login to write comment.