Color Hex Logo

#54becb Color Hex

#54BECB
(84,190,203)
0 Favorites   0 Comments

Color spaces of #54becb

RGB 84190203
HSL0.520.530.56
HSV187°59°80°
CMYK 0.590.060.00   0.20
XYZ32.849143.023563.0730
Yxy43.02350.23640.3096
Hunter Lab65.5923-25.3924-11.0981
CIE-Lab71.5709-26.5757-15.7370

#54becb color RGB value is (84,190,203).

#54becb hex color red value is 84, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #54becb hue: 0.52 , saturation: 0.53 and the lightness value of 54becb is 0.56.

The process color (four color CMYK) of #54becb color hex is 0.59, 0.06, 0.00, 0.20. Web safe color of #54becb is #66cccc. Color #54becb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111110 11001011
Octal 124 276 313
Decimal 84 190 203
Hex 54 BE CB

RGB Percentages of Color #54becb

%17.61
%39.83
%42.56

CMYK Percentages of Color #54becb

%59
%6
%0
%20

Triadic Colors of #54becb

#54becb #cb54be #becb54

Analogous Colors of #54becb

#54becb #5483cb #54cb9d

Monochromatic Colors of #54becb

#54becb

Complementary Color

#54becb #cb6154

#54becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54becb Color CSS Codes

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

#54becb Text Font Color

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

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


#54becb Background Color

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

This div background color is #54becb


#54becb Border Color

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

This div border color is #54becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54becb


Comments

No comments written yet.

Please login to write comment.