Color Hex Logo

#54cced Color Hex

#54CCED
(84,204,237)
0 Favorites   0 Comments

Color spaces of #54cced

RGB 84204237
HSL0.540.810.63
HSV193°65°93°
CMYK 0.650.140.00   0.07
XYZ40.535151.185087.8640
Yxy51.18500.22570.2850
Hunter Lab71.5437-24.0672-22.7345
CIE-Lab76.7909-23.6031-26.2159

#54cced color RGB value is (84,204,237).

#54cced hex color red value is 84, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #54cced hue: 0.54 , saturation: 0.81 and the lightness value of 54cced is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001100 11101101
Octal 124 314 355
Decimal 84 204 237
Hex 54 CC ED

RGB Percentages of Color #54cced

%16.00
%38.86
%45.14

CMYK Percentages of Color #54cced

%65
%14
%0
%7

Triadic Colors of #54cced

#54cced #ed54cc #cced54

Analogous Colors of #54cced

#54cced #5480ed #54edc2

Monochromatic Colors of #54cced

#54cced

Complementary Color

#54cced #ed7554

#54cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#54cced Color CSS Codes

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

#54cced Text Font Color

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

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


#54cced Background Color

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

This div background color is #54cced


#54cced Border Color

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

This div border color is #54cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54cced


Comments

No comments written yet.

Please login to write comment.