Color Hex Logo

#5fb2bd Color Hex

#5FB2BD
(95,178,189)
0 Favorites   0 Comments

Color spaces of #5fb2bd

RGB 95178189
HSL0.520.420.56
HSV187°50°74°
CMYK 0.500.060.00   0.26
XYZ29.825037.947853.8968
Yxy37.94780.24510.3119
Hunter Lab61.6018-21.3809-8.7529
CIE-Lab67.9821-22.2227-13.4122

#5fb2bd color RGB value is (95,178,189).

#5fb2bd hex color red value is 95, green value is 178 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5fb2bd hue: 0.52 , saturation: 0.42 and the lightness value of 5fb2bd is 0.56.

The process color (four color CMYK) of #5fb2bd color hex is 0.50, 0.06, 0.00, 0.26. Web safe color of #5fb2bd is #6699cc. Color #5fb2bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10110010 10111101
Octal 137 262 275
Decimal 95 178 189
Hex 5F B2 BD

RGB Percentages of Color #5fb2bd

%20.56
%38.53
%40.91

CMYK Percentages of Color #5fb2bd

%50
%6
%0
%26

Triadic Colors of #5fb2bd

#5fb2bd #bd5fb2 #b2bd5f

Analogous Colors of #5fb2bd

#5fb2bd #5f83bd #5fbd99

Monochromatic Colors of #5fb2bd

#5fb2bd

Complementary Color

#5fb2bd #bd6a5f

#5fb2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb2bd Color CSS Codes

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

#5fb2bd Text Font Color

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

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


#5fb2bd Background Color

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

This div background color is #5fb2bd


#5fb2bd Border Color

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

This div border color is #5fb2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb2bd


Comments

No comments written yet.

Please login to write comment.