Color Hex Logo

#5fbeeb Color Hex

#5FBEEB
(95,190,235)
0 Favorites   0 Comments

Color spaces of #5fbeeb

RGB 95190235
HSL0.550.780.65
HSV199°60°92°
CMYK 0.600.190.00   0.08
XYZ38.128245.258085.3234
Yxy45.25800.22600.2683
Hunter Lab67.2741-16.5631-28.1054
CIE-Lab73.0615-15.1294-30.8338

#5fbeeb color RGB value is (95,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 11101011
Octal 137 276 353
Decimal 95 190 235
Hex 5F BE EB

RGB Percentages of Color #5fbeeb

%18.27
%36.54
%45.19

CMYK Percentages of Color #5fbeeb

%60
%19
%0
%8

Triadic Colors of #5fbeeb

#5fbeeb #eb5fbe #beeb5f

Analogous Colors of #5fbeeb

#5fbeeb #5f78eb #5febd2

Monochromatic Colors of #5fbeeb

#5fbeeb

Complementary Color

#5fbeeb #eb8c5f

#5fbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbeeb Color CSS Codes

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

#5fbeeb Text Font Color

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

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


#5fbeeb Background Color

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

This div background color is #5fbeeb


#5fbeeb Border Color

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

This div border color is #5fbeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,190,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 #5fbeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbeeb


Comments

No comments written yet.

Please login to write comment.