Color Hex Logo

#54bdbc Color Hex

#54BDBC
(84,189,188)
0 Favorites   0 Comments

Color spaces of #54bdbc

RGB 84189188
HSL0.500.440.54
HSV179°56°74°
CMYK 0.560.000.01   0.26
XYZ30.930941.910954.0363
Yxy41.91090.24380.3303
Hunter Lab64.7386-28.0087-4.1714
CIE-Lab70.8094-30.2608-8.6738

#54bdbc color RGB value is (84,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111101 10111100
Octal 124 275 274
Decimal 84 189 188
Hex 54 BD BC

RGB Percentages of Color #54bdbc

%18.22
%41.00
%40.78

CMYK Percentages of Color #54bdbc

%56
%0
%1
%26

Triadic Colors of #54bdbc

#54bdbc #bc54bd #bdbc54

Analogous Colors of #54bdbc

#54bdbc #548abd #54bd88

Monochromatic Colors of #54bdbc

#54bdbc

Complementary Color

#54bdbc #bd5455

#54bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bdbc Color CSS Codes

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

#54bdbc Text Font Color

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

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


#54bdbc Background Color

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

This div background color is #54bdbc


#54bdbc Border Color

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

This div border color is #54bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bdbc


Comments

No comments written yet.

Please login to write comment.