Color Hex Logo

#54badb Color Hex

#54BADB
(84,186,219)
0 Favorites   0 Comments

Color spaces of #54badb

RGB 84186219
HSL0.540.650.59
HSV195°62°86°
CMYK 0.620.150.00   0.14
XYZ34.001242.117173.3552
Yxy42.11710.22750.2818
Hunter Lab64.8977-20.0512-21.5883
CIE-Lab70.9516-19.8510-25.4124

#54badb color RGB value is (84,186,219).

#54badb hex color red value is 84, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #54badb hue: 0.54 , saturation: 0.65 and the lightness value of 54badb is 0.59.

The process color (four color CMYK) of #54badb color hex is 0.62, 0.15, 0.00, 0.14. Web safe color of #54badb is #66cccc. Color #54badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111010 11011011
Octal 124 272 333
Decimal 84 186 219
Hex 54 BA DB

RGB Percentages of Color #54badb

%17.18
%38.04
%44.79

CMYK Percentages of Color #54badb

%62
%15
%0
%14

Triadic Colors of #54badb

#54badb #db54ba #badb54

Analogous Colors of #54badb

#54badb #5477db #54dbb9

Monochromatic Colors of #54badb

#54badb

Complementary Color

#54badb #db7554

#54badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54badb Color CSS Codes

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

#54badb Text Font Color

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

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


#54badb Background Color

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

This div background color is #54badb


#54badb Border Color

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

This div border color is #54badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54badb


Comments

No comments written yet.

Please login to write comment.