color codes Logo

#054dbc color codes

#054DBC
(5,77,188)
0 Favorites   0 Comments

Color spaces of #054dbc

RGB 577188
HSL0.600.950.38
HSV216°97°74°
CMYK 0.970.590.00   0.26
XYZ11.79368.970948.6869
Yxy8.97090.16980.1292
Hunter Lab29.951517.8706-75.4115
CIE-Lab35.928225.5579-63.4061

#054dbc color RGB value is (5,77,188).

#054dbc hex color red value is 5, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #054dbc hue: 0.60 , saturation: 0.95 and the lightness value of 054dbc is 0.38.

The process color (four color CMYK) of #054dbc color code is 0.97, 0.59, 0.00, 0.26. Web safe color of #054dbc is #0066cc. Color #054dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001101 10111100
Octal 5 115 274
Decimal 5 77 188
Hex 5 4D BC

RGB Percentages of Color #054dbc

%1.85
%28.52
%69.63

CMYK Percentages of Color #054dbc

%97
%59
%0
%26

Triadic Colors of #054dbc

#054dbc #bc054d #4dbc05

Analogous Colors of #054dbc

#054dbc #1905bc #05a9bc

Monochromatic Colors of #054dbc

#054dbc

Complementary Color

#054dbc #bc7405

#054dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#054dbc Color CSS Codes

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

#054dbc Text Font Color

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

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


#054dbc Background Color

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

This div background color is #054dbc


#054dbc Border Color

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

This div border color is #054dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054dbc


Comments

No comments written yet.

Please login to write comment.