Color Hex Logo

#558cdf Color Hex

#558CDF
(85,140,223)
0 Favorites   0 Comments

Color spaces of #558cdf

RGB 85140223
HSL0.600.680.60
HSV216°62°87°
CMYK 0.620.370.00   0.13
XYZ26.443726.015273.4397
Yxy26.01520.21000.2066
Hunter Lab51.00513.2848-49.6651
CIE-Lab58.05157.2235-47.7213

#558cdf color RGB value is (85,140,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001100 11011111
Octal 125 214 337
Decimal 85 140 223
Hex 55 8C DF

RGB Percentages of Color #558cdf

%18.97
%31.25
%49.78

CMYK Percentages of Color #558cdf

%62
%37
%0
%13

Triadic Colors of #558cdf

#558cdf #df558c #8cdf55

Analogous Colors of #558cdf

#558cdf #6355df #55d1df

Monochromatic Colors of #558cdf

#558cdf

Complementary Color

#558cdf #dfa855

#558cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#558cdf Color CSS Codes

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

#558cdf Text Font Color

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

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


#558cdf Background Color

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

This div background color is #558cdf


#558cdf Border Color

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

This div border color is #558cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558cdf


Comments

No comments written yet.

Please login to write comment.