Color Hex Logo

#558cdc Color Hex

#558CDC
(85,140,220)
0 Favorites   0 Comments

Color spaces of #558cdc

RGB 85140220
HSL0.600.660.60
HSV216°61°86°
CMYK 0.610.360.00   0.14
XYZ26.042725.854871.3280
Yxy25.85480.21130.2098
Hunter Lab50.84762.4393-47.5775
CIE-Lab57.89906.2225-46.2867

#558cdc color RGB value is (85,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001100 11011100
Octal 125 214 334
Decimal 85 140 220
Hex 55 8C DC

RGB Percentages of Color #558cdc

%19.10
%31.46
%49.44

CMYK Percentages of Color #558cdc

%61
%36
%0
%14

Triadic Colors of #558cdc

#558cdc #dc558c #8cdc55

Analogous Colors of #558cdc

#558cdc #6155dc #55d0dc

Monochromatic Colors of #558cdc

#558cdc

Complementary Color

#558cdc #dca555

#558cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#558cdc Color CSS Codes

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

#558cdc Text Font Color

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

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


#558cdc Background Color

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

This div background color is #558cdc


#558cdc Border Color

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

This div border color is #558cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,140,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 #558cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558cdc


Comments

No comments written yet.

Please login to write comment.