Color Hex Logo

#5fbcbd Color Hex

#5FBCBD
(95,188,189)
0 Favorites   0 Comments

Color spaces of #5fbcbd

RGB 95188189
HSL0.500.420.56
HSV181°50°74°
CMYK 0.500.010.00   0.26
XYZ31.887842.073554.5844
Yxy42.07350.24810.3273
Hunter Lab64.8641-25.7599-4.4888
CIE-Lab70.9216-27.2335-9.0141

#5fbcbd color RGB value is (95,188,189).

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

The process color (four color CMYK) of #5fbcbd color hex is 0.50, 0.01, 0.00, 0.26. Web safe color of #5fbcbd is #66cccc. Color #5fbcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 10111101
Octal 137 274 275
Decimal 95 188 189
Hex 5F BC BD

RGB Percentages of Color #5fbcbd

%20.13
%39.83
%40.04

CMYK Percentages of Color #5fbcbd

%50
%1
%0
%26

Triadic Colors of #5fbcbd

#5fbcbd #bd5fbc #bcbd5f

Analogous Colors of #5fbcbd

#5fbcbd #5f8dbd #5fbd8f

Monochromatic Colors of #5fbcbd

#5fbcbd

Complementary Color

#5fbcbd #bd605f

#5fbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbcbd Color CSS Codes

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

#5fbcbd Text Font Color

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

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


#5fbcbd Background Color

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

This div background color is #5fbcbd


#5fbcbd Border Color

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

This div border color is #5fbcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,188,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 #5fbcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbcbd


Comments

No comments written yet.

Please login to write comment.