Color Hex Logo

#54baca Color Hex

#54BACA
(84,186,202)
0 Favorites   0 Comments

Color spaces of #54baca

RGB 84186202
HSL0.520.530.56
HSV188°58°79°
CMYK 0.580.080.00   0.21
XYZ31.875741.266962.1624
Yxy41.26690.23560.3050
Hunter Lab64.2393-23.8467-12.4056
CIE-Lab70.3625-24.8677-17.0142

#54baca color RGB value is (84,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111010 11001010
Octal 124 272 312
Decimal 84 186 202
Hex 54 BA CA

RGB Percentages of Color #54baca

%17.80
%39.41
%42.80

CMYK Percentages of Color #54baca

%58
%8
%0
%21

Triadic Colors of #54baca

#54baca #ca54ba #baca54

Analogous Colors of #54baca

#54baca #547fca #54ca9f

Monochromatic Colors of #54baca

#54baca

Complementary Color

#54baca #ca6454

#54baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#54baca Color CSS Codes

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

#54baca Text Font Color

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

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


#54baca Background Color

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

This div background color is #54baca


#54baca Border Color

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

This div border color is #54baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54baca


Comments

No comments written yet.

Please login to write comment.