Color Hex Logo

#54adcb Color Hex

#54ADCB
(84,173,203)
0 Favorites   0 Comments

Color spaces of #54adcb

RGB 84173203
HSL0.540.530.56
HSV195°59°80°
CMYK 0.590.150.00   0.20
XYZ29.379236.083861.9163
Yxy36.08380.23060.2833
Hunter Lab60.0698-17.8206-19.0637
CIE-Lab66.5839-17.8973-23.3098

#54adcb color RGB value is (84,173,203).

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

The process color (four color CMYK) of #54adcb color hex is 0.59, 0.15, 0.00, 0.20. Web safe color of #54adcb is #6699cc. Color #54adcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101101 11001011
Octal 124 255 313
Decimal 84 173 203
Hex 54 AD CB

RGB Percentages of Color #54adcb

%18.26
%37.61
%44.13

CMYK Percentages of Color #54adcb

%59
%15
%0
%20

Triadic Colors of #54adcb

#54adcb #cb54ad #adcb54

Analogous Colors of #54adcb

#54adcb #5472cb #54cbae

Monochromatic Colors of #54adcb

#54adcb

Complementary Color

#54adcb #cb7254

#54adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54adcb Color CSS Codes

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

#54adcb Text Font Color

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

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


#54adcb Background Color

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

This div background color is #54adcb


#54adcb Border Color

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

This div border color is #54adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54adcb


Comments

No comments written yet.

Please login to write comment.