Color Hex Logo

#54cadb Color Hex

#54CADB
(84,202,219)
0 Favorites   0 Comments

Color spaces of #54cadb

RGB 84202219
HSL0.520.650.59
HSV188°62°86°
CMYK 0.620.080.00   0.14
XYZ37.562949.240474.5424
Yxy49.24040.23280.3052
Hunter Lab70.1715-27.2488-13.8630
CIE-Lab75.6006-27.9057-18.3376

#54cadb color RGB value is (84,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001010 11011011
Octal 124 312 333
Decimal 84 202 219
Hex 54 CA DB

RGB Percentages of Color #54cadb

%16.63
%40.00
%43.37

CMYK Percentages of Color #54cadb

%62
%8
%0
%14

Triadic Colors of #54cadb

#54cadb #db54ca #cadb54

Analogous Colors of #54cadb

#54cadb #5487db #54dba9

Monochromatic Colors of #54cadb

#54cadb

Complementary Color

#54cadb #db6554

#54cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54cadb Color CSS Codes

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

#54cadb Text Font Color

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

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


#54cadb Background Color

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

This div background color is #54cadb


#54cadb Border Color

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

This div border color is #54cadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,202,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 #54cadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54cadb


Comments

No comments written yet.

Please login to write comment.