Color Hex Logo

#5afbff Color Hex

#5AFBFF
(90,251,255)
0 Favorites   0 Comments

Color spaces of #5afbff

RGB 90251255
HSL0.501.000.68
HSV181°65°100°
CMYK 0.650.020.00   0.00
XYZ56.763678.3880106.7464
Yxy78.38800.23470.3241
Hunter Lab88.5370-40.4983-9.5083
CIE-Lab90.9567-39.9570-14.2751

#5afbff color RGB value is (90,251,255).

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

The process color (four color CMYK) of #5afbff color hex is 0.65, 0.02, 0.00, 0.00. Web safe color of #5afbff is #66ffff. Color #5afbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 11111111
Octal 132 373 377
Decimal 90 251 255
Hex 5A FB FF

RGB Percentages of Color #5afbff

%15.10
%42.11
%42.79

CMYK Percentages of Color #5afbff

%65
%2
%0
%0

Triadic Colors of #5afbff

#5afbff #ff5afb #fbff5a

Analogous Colors of #5afbff

#5afbff #5aa9ff #5affb1

Monochromatic Colors of #5afbff

#5afbff

Complementary Color

#5afbff #ff5e5a

#5afbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afbff Color CSS Codes

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

#5afbff Text Font Color

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

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


#5afbff Background Color

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

This div background color is #5afbff


#5afbff Border Color

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

This div border color is #5afbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afbff

Related Colors


Comments

No comments written yet.

Please login to write comment.