Color Hex Logo

#54aefb Color Hex

#54AEFB
(84,174,251)
0 Favorites   0 Comments

Color spaces of #54aefb

RGB 84174251
HSL0.580.950.66
HSV208°67°98°
CMYK 0.670.310.00   0.02
XYZ36.204839.122096.9099
Yxy39.12200.21020.2271
Hunter Lab62.5476-6.1360-48.0794
CIE-Lab68.8395-3.2395-46.1076

#54aefb color RGB value is (84,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 11111011
Octal 124 256 373
Decimal 84 174 251
Hex 54 AE FB

RGB Percentages of Color #54aefb

%16.50
%34.18
%49.31

CMYK Percentages of Color #54aefb

%67
%31
%0
%2

Triadic Colors of #54aefb

#54aefb #fb54ae #aefb54

Analogous Colors of #54aefb

#54aefb #545bfb #54fbf5

Monochromatic Colors of #54aefb

#54aefb

Complementary Color

#54aefb #fba154

#54aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aefb Color CSS Codes

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

#54aefb Text Font Color

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

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


#54aefb Background Color

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

This div background color is #54aefb


#54aefb Border Color

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

This div border color is #54aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aefb


Comments

No comments written yet.

Please login to write comment.