Color Hex Logo

#54ccee Color Hex

#54CCEE
(84,204,238)
0 Favorites   0 Comments

Color spaces of #54ccee

RGB 84204238
HSL0.540.820.63
HSV193°65°93°
CMYK 0.650.140.00   0.07
XYZ40.681651.243688.6358
Yxy51.24360.22530.2838
Hunter Lab71.5846-23.8314-23.3034
CIE-Lab76.8263-23.3028-26.6985

#54ccee color RGB value is (84,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001100 11101110
Octal 124 314 356
Decimal 84 204 238
Hex 54 CC EE

RGB Percentages of Color #54ccee

%15.97
%38.78
%45.25

CMYK Percentages of Color #54ccee

%65
%14
%0
%7

Triadic Colors of #54ccee

#54ccee #ee54cc #ccee54

Analogous Colors of #54ccee

#54ccee #547fee #54eec3

Monochromatic Colors of #54ccee

#54ccee

Complementary Color

#54ccee #ee7654

#54ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ccee Color CSS Codes

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

#54ccee Text Font Color

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

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


#54ccee Background Color

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

This div background color is #54ccee


#54ccee Border Color

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

This div border color is #54ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ccee


Comments

No comments written yet.

Please login to write comment.