Color Hex Logo

#5abefc Color Hex

#5ABEFC
(90,190,252)
0 Favorites   0 Comments

Color spaces of #5abefc

RGB 90190252
HSL0.560.960.67
HSV203°64°99°
CMYK 0.640.250.00   0.01
XYZ40.200646.028898.8611
Yxy46.02880.21720.2487
Hunter Lab67.8445-12.9595-38.9045
CIE-Lab73.5642-10.7330-39.2442

#5abefc color RGB value is (90,190,252).

#5abefc hex color red value is 90, green value is 190 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5abefc hue: 0.56 , saturation: 0.96 and the lightness value of 5abefc is 0.67.

The process color (four color CMYK) of #5abefc color hex is 0.64, 0.25, 0.00, 0.01. Web safe color of #5abefc is #66ccff. Color #5abefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 11111100
Octal 132 276 374
Decimal 90 190 252
Hex 5A BE FC

RGB Percentages of Color #5abefc

%16.92
%35.71
%47.37

CMYK Percentages of Color #5abefc

%64
%25
%0
%1

Triadic Colors of #5abefc

#5abefc #fc5abe #befc5a

Analogous Colors of #5abefc

#5abefc #5a6dfc #5afce9

Monochromatic Colors of #5abefc

#5abefc

Complementary Color

#5abefc #fc985a

#5abefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abefc Color CSS Codes

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

#5abefc Text Font Color

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

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


#5abefc Background Color

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

This div background color is #5abefc


#5abefc Border Color

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

This div border color is #5abefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,190,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abefc

Related Colors

#5abefc Color Palettes


Comments

No comments written yet.

Please login to write comment.