Color Hex Logo

#54adcc Color Hex

#54ADCC
(84,173,204)
0 Favorites   0 Comments

Color spaces of #54adcc

RGB 84173204
HSL0.540.540.56
HSV196°59°80°
CMYK 0.590.150.00   0.20
XYZ29.498836.131662.5461
Yxy36.13160.23010.2819
Hunter Lab60.1096-17.5928-19.6166
CIE-Lab66.6204-17.5963-23.8069

#54adcc color RGB value is (84,173,204).

#54adcc hex color red value is 84, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #54adcc hue: 0.54 , saturation: 0.54 and the lightness value of 54adcc is 0.56.

The process color (four color CMYK) of #54adcc color hex is 0.59, 0.15, 0.00, 0.20. Web safe color of #54adcc is #6699cc. Color #54adcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101101 11001100
Octal 124 255 314
Decimal 84 173 204
Hex 54 AD CC

RGB Percentages of Color #54adcc

%18.22
%37.53
%44.25

CMYK Percentages of Color #54adcc

%59
%15
%0
%20

Triadic Colors of #54adcc

#54adcc #cc54ad #adcc54

Analogous Colors of #54adcc

#54adcc #5471cc #54ccaf

Monochromatic Colors of #54adcc

#54adcc

Complementary Color

#54adcc #cc7354

#54adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54adcc Color CSS Codes

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

#54adcc Text Font Color

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

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


#54adcc Background Color

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

This div background color is #54adcc


#54adcc Border Color

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

This div border color is #54adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54adcc


Comments

No comments written yet.

Please login to write comment.