Color Hex Logo

#5acefb Color Hex

#5ACEFB
(90,206,251)
0 Favorites   0 Comments

Color spaces of #5acefb

RGB 90206251
HSL0.550.950.67
HSV197°64°98°
CMYK 0.640.180.00   0.02
XYZ43.700353.281399.2479
Yxy53.28130.22270.2715
Hunter Lab72.9940-20.8746-29.5191
CIE-Lab78.0408-19.4388-31.7782

#5acefb color RGB value is (90,206,251).

#5acefb hex color red value is 90, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5acefb hue: 0.55 , saturation: 0.95 and the lightness value of 5acefb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001110 11111011
Octal 132 316 373
Decimal 90 206 251
Hex 5A CE FB

RGB Percentages of Color #5acefb

%16.45
%37.66
%45.89

CMYK Percentages of Color #5acefb

%64
%18
%0
%2

Triadic Colors of #5acefb

#5acefb #fb5ace #cefb5a

Analogous Colors of #5acefb

#5acefb #5a7efb #5afbd8

Monochromatic Colors of #5acefb

#5acefb

Complementary Color

#5acefb #fb875a

#5acefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acefb Color CSS Codes

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

#5acefb Text Font Color

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

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


#5acefb Background Color

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

This div background color is #5acefb


#5acefb Border Color

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

This div border color is #5acefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acefb


Comments

No comments written yet.

Please login to write comment.