Color Hex Logo

#54dae8 Color Hex

#54DAE8
(84,218,232)
0 Favorites   0 Comments

Color spaces of #54dae8

RGB 84218232
HSL0.520.760.62
HSV186°64°91°
CMYK 0.640.060.00   0.09
XYZ43.293057.853885.2291
Yxy57.85380.23230.3104
Hunter Lab76.0617-31.5088-13.1928
CIE-Lab80.6574-31.9202-17.6693

#54dae8 color RGB value is (84,218,232).

#54dae8 hex color red value is 84, green value is 218 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #54dae8 hue: 0.52 , saturation: 0.76 and the lightness value of 54dae8 is 0.62.

The process color (four color CMYK) of #54dae8 color hex is 0.64, 0.06, 0.00, 0.09. Web safe color of #54dae8 is #66ccff. Color #54dae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011010 11101000
Octal 124 332 350
Decimal 84 218 232
Hex 54 DA E8

RGB Percentages of Color #54dae8

%15.73
%40.82
%43.45

CMYK Percentages of Color #54dae8

%64
%6
%0
%9

Triadic Colors of #54dae8

#54dae8 #e854da #dae854

Analogous Colors of #54dae8

#54dae8 #5490e8 #54e8ac

Monochromatic Colors of #54dae8

#54dae8

Complementary Color

#54dae8 #e86254

#54dae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dae8 Color CSS Codes

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

#54dae8 Text Font Color

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

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


#54dae8 Background Color

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

This div background color is #54dae8


#54dae8 Border Color

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

This div border color is #54dae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dae8


Comments

No comments written yet.

Please login to write comment.