Color Hex Logo

#5fcbef Color Hex

#5FCBEF
(95,203,239)
0 Favorites   0 Comments

Color spaces of #5fcbef

RGB 95203239
HSL0.540.820.65
HSV195°60°94°
CMYK 0.600.150.00   0.06
XYZ41.655251.376889.3826
Yxy51.37680.22840.2816
Hunter Lab71.6776-21.7012-23.7608
CIE-Lab76.9067-20.6669-27.0829

#5fcbef color RGB value is (95,203,239).

#5fcbef hex color red value is 95, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5fcbef hue: 0.54 , saturation: 0.82 and the lightness value of 5fcbef is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11101111
Octal 137 313 357
Decimal 95 203 239
Hex 5F CB EF

RGB Percentages of Color #5fcbef

%17.69
%37.80
%44.51

CMYK Percentages of Color #5fcbef

%60
%15
%0
%6

Triadic Colors of #5fcbef

#5fcbef #ef5fcb #cbef5f

Analogous Colors of #5fcbef

#5fcbef #5f83ef #5fefcb

Monochromatic Colors of #5fcbef

#5fcbef

Complementary Color

#5fcbef #ef835f

#5fcbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbef Color CSS Codes

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

#5fcbef Text Font Color

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

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


#5fcbef Background Color

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

This div background color is #5fcbef


#5fcbef Border Color

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

This div border color is #5fcbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbef


Comments

No comments written yet.

Please login to write comment.