Color Hex Logo

#54bbdc Color Hex

#54BBDC
(84,187,220)
0 Favorites   0 Comments

Color spaces of #54bbdc

RGB 84187220
HSL0.540.660.60
HSV195°62°86°
CMYK 0.620.150.00   0.14
XYZ34.344742.592874.1212
Yxy42.59280.22740.2820
Hunter Lab65.2632-20.2750-21.6531
CIE-Lab71.2777-20.0655-25.4583

#54bbdc color RGB value is (84,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111011 11011100
Octal 124 273 334
Decimal 84 187 220
Hex 54 BB DC

RGB Percentages of Color #54bbdc

%17.11
%38.09
%44.81

CMYK Percentages of Color #54bbdc

%62
%15
%0
%14

Triadic Colors of #54bbdc

#54bbdc #dc54bb #bbdc54

Analogous Colors of #54bbdc

#54bbdc #5477dc #54dcb9

Monochromatic Colors of #54bbdc

#54bbdc

Complementary Color

#54bbdc #dc7554

#54bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bbdc Color CSS Codes

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

#54bbdc Text Font Color

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

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


#54bbdc Background Color

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

This div background color is #54bbdc


#54bbdc Border Color

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

This div border color is #54bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bbdc


Comments

No comments written yet.

Please login to write comment.