Color Hex Logo

#54bddd Color Hex

#54BDDD
(84,189,221)
0 Favorites   0 Comments

Color spaces of #54bddd

RGB 84189221
HSL0.540.670.60
HSV194°62°87°
CMYK 0.620.140.00   0.13
XYZ34.904943.500574.9634
Yxy43.50050.22760.2836
Hunter Lab65.9549-20.9547-21.2197
CIE-Lab71.8934-20.7933-25.0607

#54bddd color RGB value is (84,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111101 11011101
Octal 124 275 335
Decimal 84 189 221
Hex 54 BD DD

RGB Percentages of Color #54bddd

%17.00
%38.26
%44.74

CMYK Percentages of Color #54bddd

%62
%14
%0
%13

Triadic Colors of #54bddd

#54bddd #dd54bd #bddd54

Analogous Colors of #54bddd

#54bddd #5479dd #54ddb9

Monochromatic Colors of #54bddd

#54bddd

Complementary Color

#54bddd #dd7454

#54bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bddd Color CSS Codes

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

#54bddd Text Font Color

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

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


#54bddd Background Color

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

This div background color is #54bddd


#54bddd Border Color

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

This div border color is #54bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bddd


Comments

No comments written yet.

Please login to write comment.