Color Hex Logo

#5fbcab Color Hex

#5FBCAB
(95,188,171)
0 Favorites   0 Comments

Color spaces of #5fbcab

RGB 95188171
HSL0.470.410.55
HSV169°49°74°
CMYK 0.490.000.09   0.26
XYZ30.053241.339644.9234
Yxy41.33960.25840.3554
Hunter Lab64.2959-29.08333.5813
CIE-Lab70.4132-31.83710.0976

#5fbcab color RGB value is (95,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 10101011
Octal 137 274 253
Decimal 95 188 171
Hex 5F BC AB

RGB Percentages of Color #5fbcab

%20.93
%41.41
%37.67

CMYK Percentages of Color #5fbcab

%49
%0
%9
%26

Triadic Colors of #5fbcab

#5fbcab #ab5fbc #bcab5f

Analogous Colors of #5fbcab

#5fbcab #5f9fbc #5fbc7d

Monochromatic Colors of #5fbcab

#5fbcab

Complementary Color

#5fbcab #bc5f70

#5fbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbcab Color CSS Codes

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

#5fbcab Text Font Color

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

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


#5fbcab Background Color

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

This div background color is #5fbcab


#5fbcab Border Color

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

This div border color is #5fbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbcab


Comments

No comments written yet.

Please login to write comment.