Color Hex Logo

#5fbcae Color Hex

#5FBCAE
(95,188,174)
0 Favorites   0 Comments

Color spaces of #5fbcae

RGB 95188174
HSL0.470.410.55
HSV171°49°74°
CMYK 0.490.000.07   0.26
XYZ30.342541.455346.4469
Yxy41.45530.25660.3506
Hunter Lab64.3858-28.55512.2992
CIE-Lab70.4937-31.0948-1.4280

#5fbcae color RGB value is (95,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 10101110
Octal 137 274 256
Decimal 95 188 174
Hex 5F BC AE

RGB Percentages of Color #5fbcae

%20.79
%41.14
%38.07

CMYK Percentages of Color #5fbcae

%49
%0
%7
%26

Triadic Colors of #5fbcae

#5fbcae #ae5fbc #bcae5f

Analogous Colors of #5fbcae

#5fbcae #5f9cbc #5fbc80

Monochromatic Colors of #5fbcae

#5fbcae

Complementary Color

#5fbcae #bc5f6d

#5fbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbcae Color CSS Codes

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

#5fbcae Text Font Color

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

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


#5fbcae Background Color

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

This div background color is #5fbcae


#5fbcae Border Color

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

This div border color is #5fbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbcae


Comments

No comments written yet.

Please login to write comment.