Color Hex Logo

#54becd Color Hex

#54BECD
(84,190,205)
0 Favorites   0 Comments

Color spaces of #54becd

RGB 84190205
HSL0.520.550.57
HSV187°59°80°
CMYK 0.590.070.00   0.20
XYZ33.089143.119564.3365
Yxy43.11950.23540.3068
Hunter Lab65.6654-24.9676-12.1243
CIE-Lab71.6360-26.0037-16.7307

#54becd color RGB value is (84,190,205).

#54becd hex color red value is 84, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #54becd hue: 0.52 , saturation: 0.55 and the lightness value of 54becd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111110 11001101
Octal 124 276 315
Decimal 84 190 205
Hex 54 BE CD

RGB Percentages of Color #54becd

%17.54
%39.67
%42.80

CMYK Percentages of Color #54becd

%59
%7
%0
%20

Triadic Colors of #54becd

#54becd #cd54be #becd54

Analogous Colors of #54becd

#54becd #5482cd #54cda0

Monochromatic Colors of #54becd

#54becd

Complementary Color

#54becd #cd6354

#54becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54becd Color CSS Codes

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

#54becd Text Font Color

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

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


#54becd Background Color

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

This div background color is #54becd


#54becd Border Color

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

This div border color is #54becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54becd


Comments

No comments written yet.

Please login to write comment.