Color Hex Logo

#5fbcd5 Color Hex

#5FBCD5
(95,188,213)
0 Favorites   0 Comments

Color spaces of #5fbcd5

RGB 95188213
HSL0.540.580.60
HSV193°55°84°
CMYK 0.550.120.00   0.16
XYZ34.712843.203469.4603
Yxy43.20340.23550.2931
Hunter Lab65.7293-20.7573-16.6450
CIE-Lab71.6928-20.5869-20.9747

#5fbcd5 color RGB value is (95,188,213).

#5fbcd5 hex color red value is 95, green value is 188 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #5fbcd5 hue: 0.54 , saturation: 0.58 and the lightness value of 5fbcd5 is 0.60.

The process color (four color CMYK) of #5fbcd5 color hex is 0.55, 0.12, 0.00, 0.16. Web safe color of #5fbcd5 is #66cccc. Color #5fbcd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 11010101
Octal 137 274 325
Decimal 95 188 213
Hex 5F BC D5

RGB Percentages of Color #5fbcd5

%19.15
%37.90
%42.94

CMYK Percentages of Color #5fbcd5

%55
%12
%0
%16

Triadic Colors of #5fbcd5

#5fbcd5 #d55fbc #bcd55f

Analogous Colors of #5fbcd5

#5fbcd5 #5f81d5 #5fd5b3

Monochromatic Colors of #5fbcd5

#5fbcd5

Complementary Color

#5fbcd5 #d5785f

#5fbcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbcd5 Color CSS Codes

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

#5fbcd5 Text Font Color

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

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


#5fbcd5 Background Color

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

This div background color is #5fbcd5


#5fbcd5 Border Color

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

This div border color is #5fbcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbcd5


Comments

No comments written yet.

Please login to write comment.