Color Hex Logo

#54bedc Color Hex

#54BEDC
(84,190,220)
0 Favorites   0 Comments

Color spaces of #54bedc

RGB 84190220
HSL0.540.660.60
HSV193°62°86°
CMYK 0.620.140.00   0.14
XYZ34.987943.879074.3356
Yxy43.87900.22840.2864
Hunter Lab66.2412-21.6404-20.1661
CIE-Lab72.1475-21.6053-24.1281

#54bedc color RGB value is (84,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111110 11011100
Octal 124 276 334
Decimal 84 190 220
Hex 54 BE DC

RGB Percentages of Color #54bedc

%17.00
%38.46
%44.53

CMYK Percentages of Color #54bedc

%62
%14
%0
%14

Triadic Colors of #54bedc

#54bedc #dc54be #bedc54

Analogous Colors of #54bedc

#54bedc #547adc #54dcb6

Monochromatic Colors of #54bedc

#54bedc

Complementary Color

#54bedc #dc7254

#54bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bedc Color CSS Codes

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

#54bedc Text Font Color

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

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


#54bedc Background Color

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

This div background color is #54bedc


#54bedc Border Color

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

This div border color is #54bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bedc


Comments

No comments written yet.

Please login to write comment.