Color Hex Logo

#5abdff Color Hex

#5ABDFF
(90,189,255)
0 Favorites   0 Comments

Color spaces of #5abdff

RGB 90189255
HSL0.571.000.68
HSV204°65°100°
CMYK 0.650.260.00   0.00
XYZ40.464045.7889101.3132
Yxy45.78890.21570.2441
Hunter Lab67.6675-11.6782-41.4030
CIE-Lab73.4083-9.2432-41.1011

#5abdff color RGB value is (90,189,255).

#5abdff hex color red value is 90, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5abdff hue: 0.57 , saturation: 1.00 and the lightness value of 5abdff is 0.68.

The process color (four color CMYK) of #5abdff color hex is 0.65, 0.26, 0.00, 0.00. Web safe color of #5abdff is #66ccff. Color #5abdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 11111111
Octal 132 275 377
Decimal 90 189 255
Hex 5A BD FF

RGB Percentages of Color #5abdff

%16.85
%35.39
%47.75

CMYK Percentages of Color #5abdff

%65
%26
%0
%0

Triadic Colors of #5abdff

#5abdff #ff5abd #bdff5a

Analogous Colors of #5abdff

#5abdff #5a6bff #5affef

Monochromatic Colors of #5abdff

#5abdff

Complementary Color

#5abdff #ff9c5a

#5abdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdff Color CSS Codes

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

#5abdff Text Font Color

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

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


#5abdff Background Color

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

This div background color is #5abdff


#5abdff Border Color

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

This div border color is #5abdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdff

#5abdff Color Palettes


Comments

No comments written yet.

Please login to write comment.