Color Hex Logo

#5fbced Color Hex

#5FBCED
(95,188,237)
0 Favorites   0 Comments

Color spaces of #5fbced

RGB 95188237
HSL0.560.800.65
HSV201°60°93°
CMYK 0.600.210.00   0.07
XYZ37.988644.513886.7106
Yxy44.51380.22450.2631
Hunter Lab66.7187-15.1225-30.3529
CIE-Lab72.5706-13.4642-32.6740

#5fbced color RGB value is (95,188,237).

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

The process color (four color CMYK) of #5fbced color hex is 0.60, 0.21, 0.00, 0.07. Web safe color of #5fbced is #66ccff. Color #5fbced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 11101101
Octal 137 274 355
Decimal 95 188 237
Hex 5F BC ED

RGB Percentages of Color #5fbced

%18.27
%36.15
%45.58

CMYK Percentages of Color #5fbced

%60
%21
%0
%7

Triadic Colors of #5fbced

#5fbced #ed5fbc #bced5f

Analogous Colors of #5fbced

#5fbced #5f75ed #5fedd7

Monochromatic Colors of #5fbced

#5fbced

Complementary Color

#5fbced #ed905f

#5fbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbced Color CSS Codes

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

#5fbced Text Font Color

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

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


#5fbced Background Color

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

This div background color is #5fbced


#5fbced Border Color

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

This div border color is #5fbced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbced


Comments

No comments written yet.

Please login to write comment.