Color Hex Logo

#54bccb Color Hex

#54BCCB
(84,188,203)
0 Favorites   0 Comments

Color spaces of #54bccb

RGB 84188203
HSL0.520.530.56
HSV188°59°80°
CMYK 0.590.070.00   0.20
XYZ32.418942.163162.9295
Yxy42.16310.23580.3066
Hunter Lab64.9331-24.5140-12.0073
CIE-Lab70.9832-25.5810-16.6237

#54bccb color RGB value is (84,188,203).

#54bccb hex color red value is 84, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #54bccb hue: 0.52 , saturation: 0.53 and the lightness value of 54bccb is 0.56.

The process color (four color CMYK) of #54bccb color hex is 0.59, 0.07, 0.00, 0.20. Web safe color of #54bccb is #66cccc. Color #54bccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111100 11001011
Octal 124 274 313
Decimal 84 188 203
Hex 54 BC CB

RGB Percentages of Color #54bccb

%17.68
%39.58
%42.74

CMYK Percentages of Color #54bccb

%59
%7
%0
%20

Triadic Colors of #54bccb

#54bccb #cb54bc #bccb54

Analogous Colors of #54bccb

#54bccb #5481cb #54cb9f

Monochromatic Colors of #54bccb

#54bccb

Complementary Color

#54bccb #cb6354

#54bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bccb Color CSS Codes

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

#54bccb Text Font Color

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

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


#54bccb Background Color

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

This div background color is #54bccb


#54bccb Border Color

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

This div border color is #54bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bccb


Comments

No comments written yet.

Please login to write comment.