Color Hex Logo

#5cabee Color Hex

#5CABEE
(92,171,238)
0 Favorites   0 Comments

Color spaces of #5cabee

RGB 92171238
HSL0.580.810.65
HSV208°61°93°
CMYK 0.610.280.00   0.07
XYZ34.409237.574286.3279
Yxy37.57420.21740.2373
Hunter Lab61.2978-7.0711-40.5918
CIE-Lab67.7056-4.4457-40.7888

#5cabee color RGB value is (92,171,238).

#5cabee hex color red value is 92, green value is 171 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5cabee hue: 0.58 , saturation: 0.81 and the lightness value of 5cabee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101011 11101110
Octal 134 253 356
Decimal 92 171 238
Hex 5C AB EE

RGB Percentages of Color #5cabee

%18.36
%34.13
%47.50

CMYK Percentages of Color #5cabee

%61
%28
%0
%7

Triadic Colors of #5cabee

#5cabee #ee5cab #abee5c

Analogous Colors of #5cabee

#5cabee #5c62ee #5ceee8

Monochromatic Colors of #5cabee

#5cabee

Complementary Color

#5cabee #ee9f5c

#5cabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cabee Color CSS Codes

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

#5cabee Text Font Color

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

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


#5cabee Background Color

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

This div background color is #5cabee


#5cabee Border Color

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

This div border color is #5cabee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,171,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cabee


Comments

No comments written yet.

Please login to write comment.