Color Hex Logo

#54ceed Color Hex

#54CEED
(84,206,237)
0 Favorites   0 Comments

Color spaces of #54ceed

RGB 84206237
HSL0.530.810.63
HSV192°65°93°
CMYK 0.650.130.00   0.07
XYZ41.013552.141988.0235
Yxy52.14190.22640.2878
Hunter Lab72.2093-24.9818-21.7282
CIE-Lab77.3656-24.6053-25.3377

#54ceed color RGB value is (84,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001110 11101101
Octal 124 316 355
Decimal 84 206 237
Hex 54 CE ED

RGB Percentages of Color #54ceed

%15.94
%39.09
%44.97

CMYK Percentages of Color #54ceed

%65
%13
%0
%7

Triadic Colors of #54ceed

#54ceed #ed54ce #ceed54

Analogous Colors of #54ceed

#54ceed #5482ed #54edc0

Monochromatic Colors of #54ceed

#54ceed

Complementary Color

#54ceed #ed7354

#54ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ceed Color CSS Codes

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

#54ceed Text Font Color

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

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


#54ceed Background Color

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

This div background color is #54ceed


#54ceed Border Color

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

This div border color is #54ceed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,206,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 #54ceed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ceed


Comments

No comments written yet.

Please login to write comment.