Color Hex Logo

#54bed1 Color Hex

#54BED1
(84,190,209)
0 Favorites   0 Comments

Color spaces of #54bed1

RGB 84190209
HSL0.530.580.57
HSV189°60°82°
CMYK 0.600.090.00   0.18
XYZ33.578243.315266.9125
Yxy43.31520.23350.3012
Hunter Lab65.8143-24.1050-14.2093
CIE-Lab71.7684-24.8498-18.7131

#54bed1 color RGB value is (84,190,209).

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

The process color (four color CMYK) of #54bed1 color hex is 0.60, 0.09, 0.00, 0.18. Web safe color of #54bed1 is #66cccc. Color #54bed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111110 11010001
Octal 124 276 321
Decimal 84 190 209
Hex 54 BE D1

RGB Percentages of Color #54bed1

%17.39
%39.34
%43.27

CMYK Percentages of Color #54bed1

%60
%9
%0
%18

Triadic Colors of #54bed1

#54bed1 #d154be #bed154

Analogous Colors of #54bed1

#54bed1 #5480d1 #54d1a6

Monochromatic Colors of #54bed1

#54bed1

Complementary Color

#54bed1 #d16754

#54bed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bed1 Color CSS Codes

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

#54bed1 Text Font Color

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

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


#54bed1 Background Color

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

This div background color is #54bed1


#54bed1 Border Color

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

This div border color is #54bed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bed1


Comments

No comments written yet.

Please login to write comment.