Color Hex Logo

#54bbec Color Hex

#54BBEC
(84,187,236)
0 Favorites   0 Comments

Color spaces of #54bbec

RGB 84187236
HSL0.550.800.63
HSV199°64°93°
CMYK 0.640.210.00   0.07
XYZ36.566843.481685.8224
Yxy43.48160.22050.2621
Hunter Lab65.9406-16.4103-31.0082
CIE-Lab71.8806-15.1436-33.2284

#54bbec color RGB value is (84,187,236).

#54bbec hex color red value is 84, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #54bbec hue: 0.55 , saturation: 0.80 and the lightness value of 54bbec is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111011 11101100
Octal 124 273 354
Decimal 84 187 236
Hex 54 BB EC

RGB Percentages of Color #54bbec

%16.57
%36.88
%46.55

CMYK Percentages of Color #54bbec

%64
%21
%0
%7

Triadic Colors of #54bbec

#54bbec #ec54bb #bbec54

Analogous Colors of #54bbec

#54bbec #546fec #54ecd1

Monochromatic Colors of #54bbec

#54bbec

Complementary Color

#54bbec #ec8554

#54bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bbec Color CSS Codes

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

#54bbec Text Font Color

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

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


#54bbec Background Color

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

This div background color is #54bbec


#54bbec Border Color

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

This div border color is #54bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bbec


Comments

No comments written yet.

Please login to write comment.