Color Hex Logo

#54aecb Color Hex

#54AECB
(84,174,203)
0 Favorites   0 Comments

Color spaces of #54aecb

RGB 84174203
HSL0.540.530.56
HSV195°59°80°
CMYK 0.590.140.00   0.20
XYZ29.571736.468761.9805
Yxy36.46870.23100.2849
Hunter Lab60.3893-18.2727-18.5797
CIE-Lab66.8765-18.4217-22.8626

#54aecb color RGB value is (84,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 11001011
Octal 124 256 313
Decimal 84 174 203
Hex 54 AE CB

RGB Percentages of Color #54aecb

%18.22
%37.74
%44.03

CMYK Percentages of Color #54aecb

%59
%14
%0
%20

Triadic Colors of #54aecb

#54aecb #cb54ae #aecb54

Analogous Colors of #54aecb

#54aecb #5473cb #54cbad

Monochromatic Colors of #54aecb

#54aecb

Complementary Color

#54aecb #cb7154

#54aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aecb Color CSS Codes

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

#54aecb Text Font Color

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

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


#54aecb Background Color

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

This div background color is #54aecb


#54aecb Border Color

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

This div border color is #54aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aecb


Comments

No comments written yet.

Please login to write comment.