Color Hex Logo

#558ddf Color Hex

#558DDF
(85,141,223)
0 Favorites   0 Comments

Color spaces of #558ddf

RGB 85141223
HSL0.600.680.60
HSV216°62°87°
CMYK 0.620.370.00   0.13
XYZ26.590526.308873.4887
Yxy26.30880.21040.2082
Hunter Lab51.29212.7756-49.0432
CIE-Lab58.32906.6301-47.2818

#558ddf color RGB value is (85,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001101 11011111
Octal 125 215 337
Decimal 85 141 223
Hex 55 8D DF

RGB Percentages of Color #558ddf

%18.93
%31.40
%49.67

CMYK Percentages of Color #558ddf

%62
%37
%0
%13

Triadic Colors of #558ddf

#558ddf #df558d #8ddf55

Analogous Colors of #558ddf

#558ddf #6255df #55d2df

Monochromatic Colors of #558ddf

#558ddf

Complementary Color

#558ddf #dfa755

#558ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#558ddf Color CSS Codes

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

#558ddf Text Font Color

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

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


#558ddf Background Color

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

This div background color is #558ddf


#558ddf Border Color

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

This div border color is #558ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558ddf


Comments

No comments written yet.

Please login to write comment.