Color Hex Logo

#5fcbeb Color Hex

#5FCBEB
(95,203,235)
0 Favorites   0 Comments

Color spaces of #5fcbeb

RGB 95203235
HSL0.540.780.65
HSV194°60°92°
CMYK 0.600.140.00   0.08
XYZ41.070651.142986.3042
Yxy51.14290.23010.2865
Hunter Lab71.5143-22.6375-21.4918
CIE-Lab76.7655-21.8433-25.1513

#5fcbeb color RGB value is (95,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11101011
Octal 137 313 353
Decimal 95 203 235
Hex 5F CB EB

RGB Percentages of Color #5fcbeb

%17.82
%38.09
%44.09

CMYK Percentages of Color #5fcbeb

%60
%14
%0
%8

Triadic Colors of #5fcbeb

#5fcbeb #eb5fcb #cbeb5f

Analogous Colors of #5fcbeb

#5fcbeb #5f85eb #5febc5

Monochromatic Colors of #5fcbeb

#5fcbeb

Complementary Color

#5fcbeb #eb7f5f

#5fcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbeb Color CSS Codes

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

#5fcbeb Text Font Color

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

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


#5fcbeb Background Color

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

This div background color is #5fcbeb


#5fcbeb Border Color

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

This div border color is #5fcbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbeb


Comments

No comments written yet.

Please login to write comment.