Color Hex Logo

#54cbec Color Hex

#54CBEC
(84,203,236)
0 Favorites   0 Comments

Color spaces of #54cbec

RGB 84203236
HSL0.540.800.63
HSV193°64°93°
CMYK 0.640.140.00   0.07
XYZ40.152450.652887.0176
Yxy50.65280.22580.2848
Hunter Lab71.1708-23.8446-22.6719
CIE-Lab76.4682-23.4002-26.1725

#54cbec color RGB value is (84,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001011 11101100
Octal 124 313 354
Decimal 84 203 236
Hex 54 CB EC

RGB Percentages of Color #54cbec

%16.06
%38.81
%45.12

CMYK Percentages of Color #54cbec

%64
%14
%0
%7

Triadic Colors of #54cbec

#54cbec #ec54cb #cbec54

Analogous Colors of #54cbec

#54cbec #547fec #54ecc1

Monochromatic Colors of #54cbec

#54cbec

Complementary Color

#54cbec #ec7554

#54cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#54cbec Color CSS Codes

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

#54cbec Text Font Color

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

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


#54cbec Background Color

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

This div background color is #54cbec


#54cbec Border Color

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

This div border color is #54cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54cbec


Comments

No comments written yet.

Please login to write comment.