Color Hex Logo

#54aeed Color Hex

#54AEED
(84,174,237)
0 Favorites   0 Comments

Color spaces of #54aeed

RGB 84174237
HSL0.570.810.63
HSV205°65°93°
CMYK 0.650.270.00   0.07
XYZ34.078338.271385.7118
Yxy38.27130.21560.2421
Hunter Lab61.8638-9.9331-38.8412
CIE-Lab68.2201-7.8093-39.4603

#54aeed color RGB value is (84,174,237).

#54aeed hex color red value is 84, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #54aeed hue: 0.57 , saturation: 0.81 and the lightness value of 54aeed is 0.63.

The process color (four color CMYK) of #54aeed color hex is 0.65, 0.27, 0.00, 0.07. Web safe color of #54aeed is #6699ff. Color #54aeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 11101101
Octal 124 256 355
Decimal 84 174 237
Hex 54 AE ED

RGB Percentages of Color #54aeed

%16.97
%35.15
%47.88

CMYK Percentages of Color #54aeed

%65
%27
%0
%7

Triadic Colors of #54aeed

#54aeed #ed54ae #aeed54

Analogous Colors of #54aeed

#54aeed #5462ed #54ede0

Monochromatic Colors of #54aeed

#54aeed

Complementary Color

#54aeed #ed9354

#54aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aeed Color CSS Codes

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

#54aeed Text Font Color

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

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


#54aeed Background Color

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

This div background color is #54aeed


#54aeed Border Color

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

This div border color is #54aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aeed


Comments

No comments written yet.

Please login to write comment.