Color Hex Logo

#54accb Color Hex

#54ACCB
(84,172,203)
0 Favorites   0 Comments

Color spaces of #54accb

RGB 84172203
HSL0.540.530.56
HSV196°59°80°
CMYK 0.590.150.00   0.20
XYZ29.188235.701761.8526
Yxy35.70170.23030.2817
Hunter Lab59.7509-17.3672-19.5499
CIE-Lab66.2914-17.3705-23.7573

#54accb color RGB value is (84,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101100 11001011
Octal 124 254 313
Decimal 84 172 203
Hex 54 AC CB

RGB Percentages of Color #54accb

%18.30
%37.47
%44.23

CMYK Percentages of Color #54accb

%59
%15
%0
%20

Triadic Colors of #54accb

#54accb #cb54ac #accb54

Analogous Colors of #54accb

#54accb #5471cb #54cbaf

Monochromatic Colors of #54accb

#54accb

Complementary Color

#54accb #cb7354

#54accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54accb Color CSS Codes

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

#54accb Text Font Color

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

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


#54accb Background Color

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

This div background color is #54accb


#54accb Border Color

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

This div border color is #54accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54accb


Comments

No comments written yet.

Please login to write comment.