Color Hex Logo

#54bebb Color Hex

#54BEBB
(84,190,187)
0 Favorites   0 Comments

Color spaces of #54bebb

RGB 84190187
HSL0.500.450.54
HSV178°56°75°
CMYK 0.560.000.02   0.25
XYZ31.039342.299653.5424
Yxy42.29960.24460.3334
Hunter Lab65.0381-28.6280-3.2836
CIE-Lab71.0770-31.0127-7.7286

#54bebb color RGB value is (84,190,187).

#54bebb hex color red value is 84, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #54bebb hue: 0.50 , saturation: 0.45 and the lightness value of 54bebb is 0.54.

The process color (four color CMYK) of #54bebb color hex is 0.56, 0.00, 0.02, 0.25. Web safe color of #54bebb is #66cccc. Color #54bebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111110 10111011
Octal 124 276 273
Decimal 84 190 187
Hex 54 BE BB

RGB Percentages of Color #54bebb

%18.22
%41.21
%40.56

CMYK Percentages of Color #54bebb

%56
%0
%2
%25

Triadic Colors of #54bebb

#54bebb #bb54be #bebb54

Analogous Colors of #54bebb

#54bebb #548cbe #54be86

Monochromatic Colors of #54bebb

#54bebb

Complementary Color

#54bebb #be5457

#54bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bebb Color CSS Codes

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

#54bebb Text Font Color

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

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


#54bebb Background Color

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

This div background color is #54bebb


#54bebb Border Color

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

This div border color is #54bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bebb


Comments

No comments written yet.

Please login to write comment.