Color Hex Logo

#54adff Color Hex

#54ADFF
(84,173,255)
0 Favorites   0 Comments

Color spaces of #54adff

RGB 84173255
HSL0.581.000.66
HSV209°67°100°
CMYK 0.670.320.00   0.00
XYZ36.649738.9920100.2023
Yxy38.99200.20840.2217
Hunter Lab62.4436-4.5101-51.4313
CIE-Lab68.7455-1.3554-48.4243

#54adff color RGB value is (84,173,255).

#54adff hex color red value is 84, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #54adff hue: 0.58 , saturation: 1.00 and the lightness value of 54adff is 0.66.

The process color (four color CMYK) of #54adff color hex is 0.67, 0.32, 0.00, 0.00. Web safe color of #54adff is #6699ff. Color #54adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101101 11111111
Octal 124 255 377
Decimal 84 173 255
Hex 54 AD FF

RGB Percentages of Color #54adff

%16.41
%33.79
%49.80

CMYK Percentages of Color #54adff

%67
%32
%0
%0

Triadic Colors of #54adff

#54adff #ff54ad #adff54

Analogous Colors of #54adff

#54adff #5458ff #54fffc

Monochromatic Colors of #54adff

#54adff

Complementary Color

#54adff #ffa654

#54adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#54adff Color CSS Codes

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

#54adff Text Font Color

<p style="color:#54adff">Text here</p>

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


#54adff Background Color

<div style="background-color:#54adff">
Div content here</div>

This div background color is #54adff


#54adff Border Color

<div style="border:3px solid #54adff">
Div here</div>

This div border color is #54adff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,173,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54adff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54adff;
  -webkit-box-shadow: 1px 1px 3px 2px #54adff;
  box-shadow:         1px 1px 3px 2px #54adff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,173,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 #54adff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54adff


Comments

No comments written yet.

Please login to write comment.