Color Hex Logo

#54afdb Color Hex

#54AFDB
(84,175,219)
2 Favorites   0 Comments

Color spaces of #54afdb

RGB 84175219
HSL0.550.650.59
HSV200°62°86°
CMYK 0.620.200.00   0.14
XYZ31.772337.659272.6122
Yxy37.65920.22370.2651
Hunter Lab61.3671-14.9755-27.1975
CIE-Lab67.7687-14.0634-30.3062

#54afdb color RGB value is (84,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101111 11011011
Octal 124 257 333
Decimal 84 175 219
Hex 54 AF DB

RGB Percentages of Color #54afdb

%17.57
%36.61
%45.82

CMYK Percentages of Color #54afdb

%62
%20
%0
%14

Triadic Colors of #54afdb

#54afdb #db54af #afdb54

Analogous Colors of #54afdb

#54afdb #546cdb #54dbc4

Monochromatic Colors of #54afdb

#54afdb

Complementary Color

#54afdb #db8054

#54afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54afdb Color CSS Codes

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

#54afdb Text Font Color

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

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


#54afdb Background Color

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

This div background color is #54afdb


#54afdb Border Color

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

This div border color is #54afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54afdb


Comments

No comments written yet.

Please login to write comment.