Color Hex Logo

#54babe Color Hex

#54BABE
(84,186,190)
0 Favorites   0 Comments

Color spaces of #54babe

RGB 84186190
HSL0.510.450.54
HSV182°56°75°
CMYK 0.560.020.00   0.25
XYZ30.509340.720354.9670
Yxy40.72030.24180.3227
Hunter Lab63.8125-26.3294-6.4027
CIE-Lab69.9795-28.2532-11.0087

#54babe color RGB value is (84,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111010 10111110
Octal 124 272 276
Decimal 84 186 190
Hex 54 BA BE

RGB Percentages of Color #54babe

%18.26
%40.43
%41.30

CMYK Percentages of Color #54babe

%56
%2
%0
%25

Triadic Colors of #54babe

#54babe #be54ba #babe54

Analogous Colors of #54babe

#54babe #5485be #54be8d

Monochromatic Colors of #54babe

#54babe

Complementary Color

#54babe #be5854

#54babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#54babe Color CSS Codes

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

#54babe Text Font Color

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

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


#54babe Background Color

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

This div background color is #54babe


#54babe Border Color

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

This div border color is #54babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54babe


Comments

No comments written yet.

Please login to write comment.