Color Hex Logo

#558adc Color Hex

#558ADC
(85,138,220)
0 Favorites   0 Comments

Color spaces of #558adc

RGB 85138220
HSL0.600.660.60
HSV216°61°86°
CMYK 0.610.370.00   0.14
XYZ25.753125.275671.2315
Yxy25.27560.21060.2067
Hunter Lab50.27483.4550-48.8122
CIE-Lab57.34307.4108-47.1670

#558adc color RGB value is (85,138,220).

#558adc hex color red value is 85, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #558adc hue: 0.60 , saturation: 0.66 and the lightness value of 558adc is 0.60.

The process color (four color CMYK) of #558adc color hex is 0.61, 0.37, 0.00, 0.14. Web safe color of #558adc is #6699cc. Color #558adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 11011100
Octal 125 212 334
Decimal 85 138 220
Hex 55 8A DC

RGB Percentages of Color #558adc

%19.19
%31.15
%49.66

CMYK Percentages of Color #558adc

%61
%37
%0
%14

Triadic Colors of #558adc

#558adc #dc558a #8adc55

Analogous Colors of #558adc

#558adc #6455dc #55cedc

Monochromatic Colors of #558adc

#558adc

Complementary Color

#558adc #dca755

#558adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#558adc Color CSS Codes

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

#558adc Text Font Color

<p style="color:#558adc">Text here</p>

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


#558adc Background Color

<div style="background-color:#558adc">
Div content here</div>

This div background color is #558adc


#558adc Border Color

<div style="border:3px solid #558adc">
Div here</div>

This div border color is #558adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,138,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #558adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #558adc;
  -webkit-box-shadow: 1px 1px 3px 2px #558adc;
  box-shadow:         1px 1px 3px 2px #558adc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,138,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558adc


Comments

No comments written yet.

Please login to write comment.