Color Hex Logo

#5b7ceb Color Hex

#5B7CEB
(91,124,235)
0 Favorites   0 Comments

Color spaces of #5b7ceb

RGB 91124235
HSL0.630.780.64
HSV226°61°92°
CMYK 0.610.470.00   0.08
XYZ26.517422.637681.5691
Yxy22.63760.20290.1732
Hunter Lab47.579016.2209-68.3411
CIE-Lab54.697121.9851-59.7514

#5b7ceb color RGB value is (91,124,235).

#5b7ceb hex color red value is 91, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5b7ceb hue: 0.63 , saturation: 0.78 and the lightness value of 5b7ceb is 0.64.

The process color (four color CMYK) of #5b7ceb color hex is 0.61, 0.47, 0.00, 0.08. Web safe color of #5b7ceb is #6666ff. Color #5b7ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01111100 11101011
Octal 133 174 353
Decimal 91 124 235
Hex 5B 7C EB

RGB Percentages of Color #5b7ceb

%20.22
%27.56
%52.22

CMYK Percentages of Color #5b7ceb

%61
%47
%0
%8

Triadic Colors of #5b7ceb

#5b7ceb #eb5b7c #7ceb5b

Analogous Colors of #5b7ceb

#5b7ceb #825beb #5bc4eb

Monochromatic Colors of #5b7ceb

#5b7ceb

Complementary Color

#5b7ceb #ebca5b

#5b7ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b7ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b7ceb Color CSS Codes

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

#5b7ceb Text Font Color

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

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


#5b7ceb Background Color

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

This div background color is #5b7ceb


#5b7ceb Border Color

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

This div border color is #5b7ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b7ceb


Comments

No comments written yet.

Please login to write comment.