Color Hex Logo

#54adfb Color Hex

#54ADFB
(84,173,251)
0 Favorites   0 Comments

Color spaces of #54adfb

RGB 84173251
HSL0.580.950.66
HSV208°67°98°
CMYK 0.670.310.00   0.02
XYZ36.012338.737096.8457
Yxy38.73700.20990.2257
Hunter Lab62.2391-5.6360-48.6895
CIE-Lab68.5603-2.6795-46.5465

#54adfb color RGB value is (84,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101101 11111011
Octal 124 255 373
Decimal 84 173 251
Hex 54 AD FB

RGB Percentages of Color #54adfb

%16.54
%34.06
%49.41

CMYK Percentages of Color #54adfb

%67
%31
%0
%2

Triadic Colors of #54adfb

#54adfb #fb54ad #adfb54

Analogous Colors of #54adfb

#54adfb #545afb #54fbf6

Monochromatic Colors of #54adfb

#54adfb

Complementary Color

#54adfb #fba254

#54adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54adfb Color CSS Codes

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

#54adfb Text Font Color

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

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


#54adfb Background Color

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

This div background color is #54adfb


#54adfb Border Color

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

This div border color is #54adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54adfb

Related Colors


Comments

No comments written yet.

Please login to write comment.