Color Hex Logo

#5fbca6 Color Hex

#5FBCA6
(95,188,166)
0 Favorites   0 Comments

Color spaces of #5fbca6

RGB 95188166
HSL0.460.410.55
HSV166°49°74°
CMYK 0.490.000.12   0.26
XYZ29.585541.152542.4603
Yxy41.15250.26140.3635
Hunter Lab64.1502-29.94035.6618
CIE-Lab70.2826-33.05062.6450

#5fbca6 color RGB value is (95,188,166).

#5fbca6 hex color red value is 95, green value is 188 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #5fbca6 hue: 0.46 , saturation: 0.41 and the lightness value of 5fbca6 is 0.55.

The process color (four color CMYK) of #5fbca6 color hex is 0.49, 0.00, 0.12, 0.26. Web safe color of #5fbca6 is #66cc99. Color #5fbca6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 10100110
Octal 137 274 246
Decimal 95 188 166
Hex 5F BC A6

RGB Percentages of Color #5fbca6

%21.16
%41.87
%36.97

CMYK Percentages of Color #5fbca6

%49
%0
%12
%26

Triadic Colors of #5fbca6

#5fbca6 #a65fbc #bca65f

Analogous Colors of #5fbca6

#5fbca6 #5fa4bc #5fbc78

Monochromatic Colors of #5fbca6

#5fbca6

Complementary Color

#5fbca6 #bc5f75

#5fbca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbca6 Color CSS Codes

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

#5fbca6 Text Font Color

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

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


#5fbca6 Background Color

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

This div background color is #5fbca6


#5fbca6 Border Color

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

This div border color is #5fbca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbca6


Comments

No comments written yet.

Please login to write comment.