Color Hex Logo

#54abce Color Hex

#54ABCE
(84,171,206)
0 Favorites   0 Comments

Color spaces of #54abce

RGB 84171206
HSL0.550.550.57
HSV197°59°81°
CMYK 0.590.170.00   0.19
XYZ29.359635.466963.6909
Yxy35.46690.22840.2760
Hunter Lab59.5541-16.2209-21.7206
CIE-Lab66.1106-15.9322-25.6940

#54abce color RGB value is (84,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101011 11001110
Octal 124 253 316
Decimal 84 171 206
Hex 54 AB CE

RGB Percentages of Color #54abce

%18.22
%37.09
%44.69

CMYK Percentages of Color #54abce

%59
%17
%0
%19

Triadic Colors of #54abce

#54abce #ce54ab #abce54

Analogous Colors of #54abce

#54abce #546ece #54ceb4

Monochromatic Colors of #54abce

#54abce

Complementary Color

#54abce #ce7754

#54abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#54abce Color CSS Codes

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

#54abce Text Font Color

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

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


#54abce Background Color

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

This div background color is #54abce


#54abce Border Color

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

This div border color is #54abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54abce


Comments

No comments written yet.

Please login to write comment.