Color Hex Logo

#5fbdce Color Hex

#5FBDCE
(95,189,206)
0 Favorites   0 Comments

Color spaces of #5fbdce

RGB 95189206
HSL0.530.530.59
HSV189°54°81°
CMYK 0.540.080.00   0.19
XYZ34.057543.284364.9522
Yxy43.28430.23930.3042
Hunter Lab65.7908-22.7310-12.4807
CIE-Lab71.7475-23.0859-17.0721

#5fbdce color RGB value is (95,189,206).

#5fbdce hex color red value is 95, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5fbdce hue: 0.53 , saturation: 0.53 and the lightness value of 5fbdce is 0.59.

The process color (four color CMYK) of #5fbdce color hex is 0.54, 0.08, 0.00, 0.19. Web safe color of #5fbdce is #66cccc. Color #5fbdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111101 11001110
Octal 137 275 316
Decimal 95 189 206
Hex 5F BD CE

RGB Percentages of Color #5fbdce

%19.39
%38.57
%42.04

CMYK Percentages of Color #5fbdce

%54
%8
%0
%19

Triadic Colors of #5fbdce

#5fbdce #ce5fbd #bdce5f

Analogous Colors of #5fbdce

#5fbdce #5f86ce #5fcea8

Monochromatic Colors of #5fbdce

#5fbdce

Complementary Color

#5fbdce #ce705f

#5fbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbdce Color CSS Codes

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

#5fbdce Text Font Color

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

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


#5fbdce Background Color

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

This div background color is #5fbdce


#5fbdce Border Color

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

This div border color is #5fbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbdce


Comments

No comments written yet.

Please login to write comment.