Color Hex Logo

#54bbcb Color Hex

#54BBCB
(84,187,203)
0 Favorites   0 Comments

Color spaces of #54bbcb

RGB 84187203
HSL0.520.530.56
HSV188°59°80°
CMYK 0.590.080.00   0.20
XYZ32.206041.737362.8586
Yxy41.73730.23540.3051
Hunter Lab64.6044-24.0735-12.4647
CIE-Lab70.6894-25.0810-17.0677

#54bbcb color RGB value is (84,187,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111011 11001011
Octal 124 273 313
Decimal 84 187 203
Hex 54 BB CB

RGB Percentages of Color #54bbcb

%17.72
%39.45
%42.83

CMYK Percentages of Color #54bbcb

%59
%8
%0
%20

Triadic Colors of #54bbcb

#54bbcb #cb54bb #bbcb54

Analogous Colors of #54bbcb

#54bbcb #5480cb #54cba0

Monochromatic Colors of #54bbcb

#54bbcb

Complementary Color

#54bbcb #cb6454

#54bbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bbcb Color CSS Codes

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

#54bbcb Text Font Color

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

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


#54bbcb Background Color

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

This div background color is #54bbcb


#54bbcb Border Color

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

This div border color is #54bbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bbcb


Comments

No comments written yet.

Please login to write comment.