Color Hex Logo

#54afbe Color Hex

#54AFBE
(84,175,190)
0 Favorites   0 Comments

Color spaces of #54afbe

RGB 84175190
HSL0.520.450.54
HSV188°56°75°
CMYK 0.560.080.00   0.25
XYZ28.280436.262554.2240
Yxy36.26250.23810.3053
Hunter Lab60.2184-21.5530-11.2352
CIE-Lab66.7200-22.7522-15.9077

#54afbe color RGB value is (84,175,190).

#54afbe hex color red value is 84, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #54afbe hue: 0.52 , saturation: 0.45 and the lightness value of 54afbe is 0.54.

The process color (four color CMYK) of #54afbe color hex is 0.56, 0.08, 0.00, 0.25. Web safe color of #54afbe is #6699cc. Color #54afbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101111 10111110
Octal 124 257 276
Decimal 84 175 190
Hex 54 AF BE

RGB Percentages of Color #54afbe

%18.71
%38.98
%42.32

CMYK Percentages of Color #54afbe

%56
%8
%0
%25

Triadic Colors of #54afbe

#54afbe #be54af #afbe54

Analogous Colors of #54afbe

#54afbe #547abe #54be98

Monochromatic Colors of #54afbe

#54afbe

Complementary Color

#54afbe #be6354

#54afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#54afbe Color CSS Codes

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

#54afbe Text Font Color

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

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


#54afbe Background Color

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

This div background color is #54afbe


#54afbe Border Color

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

This div border color is #54afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54afbe


Comments

No comments written yet.

Please login to write comment.