Color Hex Logo

#54cedb Color Hex

#54CEDB
(84,206,219)
0 Favorites   0 Comments

Color spaces of #54cedb

RGB 84206219
HSL0.520.650.59
HSV186°62°86°
CMYK 0.620.060.00   0.14
XYZ38.513651.141974.8593
Yxy51.14190.23410.3109
Hunter Lab71.5136-29.0176-12.0044
CIE-Lab76.7649-29.8542-16.5797

#54cedb color RGB value is (84,206,219).

#54cedb hex color red value is 84, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #54cedb hue: 0.52 , saturation: 0.65 and the lightness value of 54cedb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001110 11011011
Octal 124 316 333
Decimal 84 206 219
Hex 54 CE DB

RGB Percentages of Color #54cedb

%16.50
%40.47
%43.03

CMYK Percentages of Color #54cedb

%62
%6
%0
%14

Triadic Colors of #54cedb

#54cedb #db54ce #cedb54

Analogous Colors of #54cedb

#54cedb #548bdb #54dba5

Monochromatic Colors of #54cedb

#54cedb

Complementary Color

#54cedb #db6154

#54cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54cedb Color CSS Codes

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

#54cedb Text Font Color

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

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


#54cedb Background Color

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

This div background color is #54cedb


#54cedb Border Color

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

This div border color is #54cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54cedb


Comments

No comments written yet.

Please login to write comment.