Color Hex Logo

#54caf9 Color Hex

#54CAF9
(84,202,249)
0 Favorites   0 Comments

Color spaces of #54caf9

RGB 84202249
HSL0.550.930.65
HSV197°66°98°
CMYK 0.660.190.00   0.02
XYZ41.875650.965497.2528
Yxy50.96540.22030.2681
Hunter Lab71.3901-20.2290-30.7962
CIE-Lab76.6580-18.9265-32.8541

#54caf9 color RGB value is (84,202,249).

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

The process color (four color CMYK) of #54caf9 color hex is 0.66, 0.19, 0.00, 0.02. Web safe color of #54caf9 is #66ccff. Color #54caf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001010 11111001
Octal 124 312 371
Decimal 84 202 249
Hex 54 CA F9

RGB Percentages of Color #54caf9

%15.70
%37.76
%46.54

CMYK Percentages of Color #54caf9

%66
%19
%0
%2

Triadic Colors of #54caf9

#54caf9 #f954ca #caf954

Analogous Colors of #54caf9

#54caf9 #5478f9 #54f9d6

Monochromatic Colors of #54caf9

#54caf9

Complementary Color

#54caf9 #f98354

#54caf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54caf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54caf9 Color CSS Codes

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

#54caf9 Text Font Color

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

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


#54caf9 Background Color

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

This div background color is #54caf9


#54caf9 Border Color

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

This div border color is #54caf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54caf9


Comments

No comments written yet.

Please login to write comment.