Color Hex Logo

#5cabeb Color Hex

#5CABEB
(92,171,235)
0 Favorites   0 Comments

Color spaces of #5cabeb

RGB 92171235
HSL0.570.780.64
HSV207°61°92°
CMYK 0.610.270.00   0.08
XYZ33.971937.399384.0255
Yxy37.39930.21860.2407
Hunter Lab61.1550-7.8635-38.6546
CIE-Lab67.5755-5.4011-39.3525

#5cabeb color RGB value is (92,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101011 11101011
Octal 134 253 353
Decimal 92 171 235
Hex 5C AB EB

RGB Percentages of Color #5cabeb

%18.47
%34.34
%47.19

CMYK Percentages of Color #5cabeb

%61
%27
%0
%8

Triadic Colors of #5cabeb

#5cabeb #eb5cab #abeb5c

Analogous Colors of #5cabeb

#5cabeb #5c64eb #5cebe4

Monochromatic Colors of #5cabeb

#5cabeb

Complementary Color

#5cabeb #eb9c5c

#5cabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cabeb Color CSS Codes

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

#5cabeb Text Font Color

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

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


#5cabeb Background Color

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

This div background color is #5cabeb


#5cabeb Border Color

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

This div border color is #5cabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cabeb


Comments

No comments written yet.

Please login to write comment.