Color Hex Logo

#5fbdde Color Hex

#5FBDDE
(95,189,222)
0 Favorites   0 Comments

Color spaces of #5fbdde

RGB 95189222
HSL0.540.660.62
HSV196°57°87°
CMYK 0.570.150.00   0.13
XYZ36.101744.102075.7170
Yxy44.10200.23150.2828
Hunter Lab66.4093-19.1795-21.1133
CIE-Lab72.2966-18.4851-24.9552

#5fbdde color RGB value is (95,189,222).

#5fbdde hex color red value is 95, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5fbdde hue: 0.54 , saturation: 0.66 and the lightness value of 5fbdde is 0.62.

The process color (four color CMYK) of #5fbdde color hex is 0.57, 0.15, 0.00, 0.13. Web safe color of #5fbdde is #66cccc. Color #5fbdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111101 11011110
Octal 137 275 336
Decimal 95 189 222
Hex 5F BD DE

RGB Percentages of Color #5fbdde

%18.77
%37.35
%43.87

CMYK Percentages of Color #5fbdde

%57
%15
%0
%13

Triadic Colors of #5fbdde

#5fbdde #de5fbd #bdde5f

Analogous Colors of #5fbdde

#5fbdde #5f7ede #5fdec0

Monochromatic Colors of #5fbdde

#5fbdde

Complementary Color

#5fbdde #de805f

#5fbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbdde Color CSS Codes

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

#5fbdde Text Font Color

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

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


#5fbdde Background Color

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

This div background color is #5fbdde


#5fbdde Border Color

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

This div border color is #5fbdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbdde


Comments

No comments written yet.

Please login to write comment.