Color Hex Logo

#54bcdd Color Hex

#54BCDD
(84,188,221)
0 Favorites   0 Comments

Color spaces of #54bcdd

RGB 84188221
HSL0.540.670.60
HSV194°62°87°
CMYK 0.620.150.00   0.13
XYZ34.690543.071774.8919
Yxy43.07170.22720.2822
Hunter Lab65.6290-20.4984-21.7179
CIE-Lab71.6036-20.2790-25.5041

#54bcdd color RGB value is (84,188,221).

#54bcdd hex color red value is 84, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #54bcdd hue: 0.54 , saturation: 0.67 and the lightness value of 54bcdd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111100 11011101
Octal 124 274 335
Decimal 84 188 221
Hex 54 BC DD

RGB Percentages of Color #54bcdd

%17.04
%38.13
%44.83

CMYK Percentages of Color #54bcdd

%62
%15
%0
%13

Triadic Colors of #54bcdd

#54bcdd #dd54bc #bcdd54

Analogous Colors of #54bcdd

#54bcdd #5478dd #54ddba

Monochromatic Colors of #54bcdd

#54bcdd

Complementary Color

#54bcdd #dd7554

#54bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bcdd Color CSS Codes

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

#54bcdd Text Font Color

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

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


#54bcdd Background Color

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

This div background color is #54bcdd


#54bcdd Border Color

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

This div border color is #54bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bcdd


Comments

No comments written yet.

Please login to write comment.