Color Hex Logo

#54abfd Color Hex

#54ABFD
(84,171,253)
0 Favorites   0 Comments

Color spaces of #54abfd

RGB 84171253
HSL0.580.980.66
HSV209°67°99°
CMYK 0.670.320.00   0.01
XYZ35.948738.102598.3883
Yxy38.10250.20850.2210
Hunter Lab61.7272-4.0678-51.2945
CIE-Lab68.0961-0.8916-48.3628

#54abfd color RGB value is (84,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101011 11111101
Octal 124 253 375
Decimal 84 171 253
Hex 54 AB FD

RGB Percentages of Color #54abfd

%16.54
%33.66
%49.80

CMYK Percentages of Color #54abfd

%67
%32
%0
%1

Triadic Colors of #54abfd

#54abfd #fd54ab #abfd54

Analogous Colors of #54abfd

#54abfd #5456fd #54fdfb

Monochromatic Colors of #54abfd

#54abfd

Complementary Color

#54abfd #fda654

#54abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54abfd Color CSS Codes

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

#54abfd Text Font Color

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

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


#54abfd Background Color

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

This div background color is #54abfd


#54abfd Border Color

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

This div border color is #54abfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,171,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.