Color Hex Logo

#54dcff Color Hex

#54DCFF
(84,220,255)
0 Favorites   0 Comments

Color spaces of #54dcff

RGB 84220255
HSL0.531.000.66
HSV192°67°100°
CMYK 0.670.140.00   0.00
XYZ47.299460.2912103.7522
Yxy60.29120.22380.2853
Hunter Lab77.6474-27.1486-24.8699
CIE-Lab81.9962-26.1720-27.8489

#54dcff color RGB value is (84,220,255).

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

The process color (four color CMYK) of #54dcff color hex is 0.67, 0.14, 0.00, 0.00. Web safe color of #54dcff is #66ccff. Color #54dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011100 11111111
Octal 124 334 377
Decimal 84 220 255
Hex 54 DC FF

RGB Percentages of Color #54dcff

%15.03
%39.36
%45.62

CMYK Percentages of Color #54dcff

%67
%14
%0
%0

Triadic Colors of #54dcff

#54dcff #ff54dc #dcff54

Analogous Colors of #54dcff

#54dcff #5487ff #54ffcd

Monochromatic Colors of #54dcff

#54dcff

Complementary Color

#54dcff #ff7754

#54dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dcff Color CSS Codes

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

#54dcff Text Font Color

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

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


#54dcff Background Color

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

This div background color is #54dcff


#54dcff Border Color

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

This div border color is #54dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dcff


Comments

No comments written yet.

Please login to write comment.