Color Hex Logo

#548add Color Hex

#548ADD
(84,138,221)
0 Favorites   0 Comments

Color spaces of #548add

RGB 84138221
HSL0.600.670.60
HSV216°62°87°
CMYK 0.620.380.00   0.13
XYZ25.795825.282271.9270
Yxy25.28220.20970.2055
Hunter Lab50.28143.5831-49.6167
CIE-Lab57.34947.5620-47.7192

#548add color RGB value is (84,138,221).

#548add hex color red value is 84, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #548add hue: 0.60 , saturation: 0.67 and the lightness value of 548add is 0.60.

The process color (four color CMYK) of #548add color hex is 0.62, 0.38, 0.00, 0.13. Web safe color of #548add is #6699cc. Color #548add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001010 11011101
Octal 124 212 335
Decimal 84 138 221
Hex 54 8A DD

RGB Percentages of Color #548add

%18.96
%31.15
%49.89

CMYK Percentages of Color #548add

%62
%38
%0
%13

Triadic Colors of #548add

#548add #dd548a #8add54

Analogous Colors of #548add

#548add #6254dd #54cfdd

Monochromatic Colors of #548add

#548add

Complementary Color

#548add #dda754

#548add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548add Color Preview on White Background

Lorem ipsum dolor sit amet.

#548add Color CSS Codes

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

#548add Text Font Color

<p style="color:#548add">Text here</p>

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


#548add Background Color

<div style="background-color:#548add">
Div content here</div>

This div background color is #548add


#548add Border Color

<div style="border:3px solid #548add">
Div here</div>

This div border color is #548add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,138,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #548add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #548add;
  -webkit-box-shadow: 1px 1px 3px 2px #548add;
  box-shadow:         1px 1px 3px 2px #548add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548add


Comments

No comments written yet.

Please login to write comment.