Color Hex Logo

#54bedf Color Hex

#54BEDF
(84,190,223)
0 Favorites   0 Comments

Color spaces of #54bedf

RGB 84190223
HSL0.540.680.60
HSV194°62°87°
CMYK 0.620.150.00   0.13
XYZ35.388944.039476.4473
Yxy44.03940.22700.2825
Hunter Lab66.3622-20.9453-21.8468
CIE-Lab72.2548-20.7039-25.5951

#54bedf color RGB value is (84,190,223).

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

The process color (four color CMYK) of #54bedf color hex is 0.62, 0.15, 0.00, 0.13. Web safe color of #54bedf is #66cccc. Color #54bedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111110 11011111
Octal 124 276 337
Decimal 84 190 223
Hex 54 BE DF

RGB Percentages of Color #54bedf

%16.90
%38.23
%44.87

CMYK Percentages of Color #54bedf

%62
%15
%0
%13

Triadic Colors of #54bedf

#54bedf #df54be #bedf54

Analogous Colors of #54bedf

#54bedf #5479df #54dfbb

Monochromatic Colors of #54bedf

#54bedf

Complementary Color

#54bedf #df7554

#54bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bedf Color CSS Codes

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

#54bedf Text Font Color

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

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


#54bedf Background Color

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

This div background color is #54bedf


#54bedf Border Color

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

This div border color is #54bedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bedf


Comments

No comments written yet.

Please login to write comment.