Color Hex Logo

#5f9beb Color Hex

#5F9BEB
(95,155,235)
0 Favorites   0 Comments

Color spaces of #5f9beb

RGB 95155235
HSL0.600.780.65
HSV214°60°92°
CMYK 0.600.340.00   0.08
XYZ31.436131.873783.0927
Yxy31.87370.21470.2177
Hunter Lab56.45680.5924-47.7428
CIE-Lab63.23844.2355-46.1491

#5f9beb color RGB value is (95,155,235).

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

The process color (four color CMYK) of #5f9beb color hex is 0.60, 0.34, 0.00, 0.08. Web safe color of #5f9beb is #6699ff. Color #5f9beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10011011 11101011
Octal 137 233 353
Decimal 95 155 235
Hex 5F 9B EB

RGB Percentages of Color #5f9beb

%19.59
%31.96
%48.45

CMYK Percentages of Color #5f9beb

%60
%34
%0
%8

Triadic Colors of #5f9beb

#5f9beb #eb5f9b #9beb5f

Analogous Colors of #5f9beb

#5f9beb #695feb #5fe1eb

Monochromatic Colors of #5f9beb

#5f9beb

Complementary Color

#5f9beb #ebaf5f

#5f9beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f9beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f9beb Color CSS Codes

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

#5f9beb Text Font Color

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

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


#5f9beb Background Color

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

This div background color is #5f9beb


#5f9beb Border Color

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

This div border color is #5f9beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f9beb


Comments

No comments written yet.

Please login to write comment.