Color Hex Logo

#54adca Color Hex

#54ADCA
(84,173,202)
0 Favorites   0 Comments

Color spaces of #54adca

RGB 84173202
HSL0.540.530.56
HSV195°58°79°
CMYK 0.580.140.00   0.21
XYZ29.260436.036261.2906
Yxy36.03620.23110.2847
Hunter Lab60.0302-18.0468-18.5138
CIE-Lab66.5476-18.1970-22.8124

#54adca color RGB value is (84,173,202).

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

The process color (four color CMYK) of #54adca color hex is 0.58, 0.14, 0.00, 0.21. Web safe color of #54adca is #6699cc. Color #54adca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101101 11001010
Octal 124 255 312
Decimal 84 173 202
Hex 54 AD CA

RGB Percentages of Color #54adca

%18.30
%37.69
%44.01

CMYK Percentages of Color #54adca

%58
%14
%0
%21

Triadic Colors of #54adca

#54adca #ca54ad #adca54

Analogous Colors of #54adca

#54adca #5472ca #54caac

Monochromatic Colors of #54adca

#54adca

Complementary Color

#54adca #ca7154

#54adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#54adca Color CSS Codes

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

#54adca Text Font Color

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

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


#54adca Background Color

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

This div background color is #54adca


#54adca Border Color

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

This div border color is #54adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54adca


Comments

No comments written yet.

Please login to write comment.