Color Hex Logo

#54bcca Color Hex

#54BCCA
(84,188,202)
0 Favorites   0 Comments

Color spaces of #54bcca

RGB 84188202
HSL0.520.530.56
HSV187°58°79°
CMYK 0.580.070.00   0.21
XYZ32.300042.115562.3038
Yxy42.11550.23630.3080
Hunter Lab64.8965-24.7265-11.4938
CIE-Lab70.9505-25.8675-16.1262

#54bcca color RGB value is (84,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111100 11001010
Octal 124 274 312
Decimal 84 188 202
Hex 54 BC CA

RGB Percentages of Color #54bcca

%17.72
%39.66
%42.62

CMYK Percentages of Color #54bcca

%58
%7
%0
%21

Triadic Colors of #54bcca

#54bcca #ca54bc #bcca54

Analogous Colors of #54bcca

#54bcca #5481ca #54ca9d

Monochromatic Colors of #54bcca

#54bcca

Complementary Color

#54bcca #ca6254

#54bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bcca Color CSS Codes

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

#54bcca Text Font Color

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

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


#54bcca Background Color

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

This div background color is #54bcca


#54bcca Border Color

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

This div border color is #54bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bcca


Comments

No comments written yet.

Please login to write comment.