Color Hex Logo

#5fbcdf Color Hex

#5FBCDF
(95,188,223)
0 Favorites   0 Comments

Color spaces of #5fbcdf

RGB 95188223
HSL0.550.670.62
HSV196°57°87°
CMYK 0.570.160.00   0.13
XYZ36.021843.727076.3537
Yxy43.72700.23080.2801
Hunter Lab66.1264-18.4848-22.1715
CIE-Lab72.0456-17.6706-25.8832

#5fbcdf color RGB value is (95,188,223).

#5fbcdf hex color red value is 95, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5fbcdf hue: 0.55 , saturation: 0.67 and the lightness value of 5fbcdf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 11011111
Octal 137 274 337
Decimal 95 188 223
Hex 5F BC DF

RGB Percentages of Color #5fbcdf

%18.77
%37.15
%44.07

CMYK Percentages of Color #5fbcdf

%57
%16
%0
%13

Triadic Colors of #5fbcdf

#5fbcdf #df5fbc #bcdf5f

Analogous Colors of #5fbcdf

#5fbcdf #5f7cdf #5fdfc2

Monochromatic Colors of #5fbcdf

#5fbcdf

Complementary Color

#5fbcdf #df825f

#5fbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbcdf Color CSS Codes

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

#5fbcdf Text Font Color

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

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


#5fbcdf Background Color

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

This div background color is #5fbcdf


#5fbcdf Border Color

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

This div border color is #5fbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbcdf


Comments

No comments written yet.

Please login to write comment.