Color Hex Logo

#54baed Color Hex

#54BAED
(84,186,237)
0 Favorites   0 Comments

Color spaces of #54baed

RGB 84186237
HSL0.560.810.63
HSV200°65°93°
CMYK 0.650.220.00   0.07
XYZ36.501143.117186.5194
Yxy43.11710.21970.2595
Hunter Lab65.6636-15.6867-32.1569
CIE-Lab71.6344-14.3001-34.1518

#54baed color RGB value is (84,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111010 11101101
Octal 124 272 355
Decimal 84 186 237
Hex 54 BA ED

RGB Percentages of Color #54baed

%16.57
%36.69
%46.75

CMYK Percentages of Color #54baed

%65
%22
%0
%7

Triadic Colors of #54baed

#54baed #ed54ba #baed54

Analogous Colors of #54baed

#54baed #546eed #54edd4

Monochromatic Colors of #54baed

#54baed

Complementary Color

#54baed #ed8754

#54baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#54baed Color CSS Codes

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

#54baed Text Font Color

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

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


#54baed Background Color

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

This div background color is #54baed


#54baed Border Color

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

This div border color is #54baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54baed


Comments

No comments written yet.

Please login to write comment.