Color Hex Logo

#54ceef Color Hex

#54CEEF
(84,206,239)
0 Favorites   0 Comments

Color spaces of #54ceef

RGB 84206239
HSL0.540.830.63
HSV193°65°94°
CMYK 0.650.140.00   0.06
XYZ41.307552.259489.5713
Yxy52.25940.22560.2854
Hunter Lab72.2907-24.5122-22.8594
CIE-Lab77.4357-24.0067-26.3025

#54ceef color RGB value is (84,206,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001110 11101111
Octal 124 316 357
Decimal 84 206 239
Hex 54 CE EF

RGB Percentages of Color #54ceef

%15.88
%38.94
%45.18

CMYK Percentages of Color #54ceef

%65
%14
%0
%6

Triadic Colors of #54ceef

#54ceef #ef54ce #ceef54

Analogous Colors of #54ceef

#54ceef #5481ef #54efc3

Monochromatic Colors of #54ceef

#54ceef

Complementary Color

#54ceef #ef7554

#54ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ceef Color CSS Codes

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

#54ceef Text Font Color

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

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


#54ceef Background Color

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

This div background color is #54ceef


#54ceef Border Color

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

This div border color is #54ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ceef


Comments

No comments written yet.

Please login to write comment.