Color Hex Logo

#054dda Color Hex

#054DDA
(5,77,218)
0 Favorites   0 Comments

Color spaces of #054dda

RGB 577218
HSL0.610.960.44
HSV220°98°85°
CMYK 0.980.650.00   0.15
XYZ15.371410.402067.5273
Yxy10.40200.16480.1115
Hunter Lab32.252128.6321-101.5608
CIE-Lab38.554537.2648-76.4977

#054dda color RGB value is (5,77,218).

#054dda hex color red value is 5, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #054dda hue: 0.61 , saturation: 0.96 and the lightness value of 054dda is 0.44.

The process color (four color CMYK) of #054dda color hex is 0.98, 0.65, 0.00, 0.15. Web safe color of #054dda is #0066cc. Color #054dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001101 11011010
Octal 5 115 332
Decimal 5 77 218
Hex 5 4D DA

RGB Percentages of Color #054dda

%1.67
%25.67
%72.67

CMYK Percentages of Color #054dda

%98
%65
%0
%15

Triadic Colors of #054dda

#054dda #da054d #4dda05

Analogous Colors of #054dda

#054dda #2805da #05b8da

Monochromatic Colors of #054dda

#054dda

Complementary Color

#054dda #da9205

#054dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#054dda Color CSS Codes

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

#054dda Text Font Color

<p style="color:#054dda">Text here</p>

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


#054dda Background Color

<div style="background-color:#054dda">
Div content here</div>

This div background color is #054dda


#054dda Border Color

<div style="border:3px solid #054dda">
Div here</div>

This div border color is #054dda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,77,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #054dda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #054dda;
  -webkit-box-shadow: 1px 1px 3px 2px #054dda;
  box-shadow:         1px 1px 3px 2px #054dda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,77,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054dda


Comments

No comments written yet.

Please login to write comment.