Color Hex Logo

#54aafd Color Hex

#54AAFD
(84,170,253)
0 Favorites   0 Comments

Color spaces of #54aafd

RGB 84170253
HSL0.580.980.66
HSV209°67°99°
CMYK 0.670.330.00   0.01
XYZ35.760537.726198.3256
Yxy37.72610.20810.2196
Hunter Lab61.4216-3.5626-51.9182
CIE-Lab67.8183-0.3262-48.8007

#54aafd color RGB value is (84,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101010 11111101
Octal 124 252 375
Decimal 84 170 253
Hex 54 AA FD

RGB Percentages of Color #54aafd

%16.57
%33.53
%49.90

CMYK Percentages of Color #54aafd

%67
%33
%0
%1

Triadic Colors of #54aafd

#54aafd #fd54aa #aafd54

Analogous Colors of #54aafd

#54aafd #5456fd #54fdfc

Monochromatic Colors of #54aafd

#54aafd

Complementary Color

#54aafd #fda754

#54aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aafd Color CSS Codes

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

#54aafd Text Font Color

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

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


#54aafd Background Color

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

This div background color is #54aafd


#54aafd Border Color

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

This div border color is #54aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aafd

Related Colors


Comments

No comments written yet.

Please login to write comment.