Color Hex Logo

#54dadc Color Hex

#54DADC
(84,218,220)
0 Favorites   0 Comments

Color spaces of #54dadc

RGB 84218220
HSL0.500.660.60
HSV181°62°86°
CMYK 0.620.010.00   0.14
XYZ41.645857.194976.5549
Yxy57.19490.23740.3261
Hunter Lab75.6273-34.0529-7.0781
CIE-Lab80.2891-35.2748-11.8263

#54dadc color RGB value is (84,218,220).

#54dadc hex color red value is 84, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #54dadc hue: 0.50 , saturation: 0.66 and the lightness value of 54dadc is 0.60.

The process color (four color CMYK) of #54dadc color hex is 0.62, 0.01, 0.00, 0.14. Web safe color of #54dadc is #66cccc. Color #54dadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011010 11011100
Octal 124 332 334
Decimal 84 218 220
Hex 54 DA DC

RGB Percentages of Color #54dadc

%16.09
%41.76
%42.15

CMYK Percentages of Color #54dadc

%62
%1
%0
%14

Triadic Colors of #54dadc

#54dadc #dc54da #dadc54

Analogous Colors of #54dadc

#54dadc #5496dc #54dc9a

Monochromatic Colors of #54dadc

#54dadc

Complementary Color

#54dadc #dc5654

#54dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dadc Color CSS Codes

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

#54dadc Text Font Color

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

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


#54dadc Background Color

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

This div background color is #54dadc


#54dadc Border Color

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

This div border color is #54dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dadc


Comments

No comments written yet.

Please login to write comment.