Color Hex Logo

#55a8f6 Color Hex

#55A8F6
(85,168,246)
0 Favorites   0 Comments

Color spaces of #55a8f6

RGB 85168246
HSL0.580.900.65
HSV209°65°96°
CMYK 0.650.320.00   0.04
XYZ34.383536.590492.4392
Yxy36.59040.21040.2239
Hunter Lab60.4900-4.3952-48.2624
CIE-Lab66.9686-1.3576-46.3283

#55a8f6 color RGB value is (85,168,246).

#55a8f6 hex color red value is 85, green value is 168 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #55a8f6 hue: 0.58 , saturation: 0.90 and the lightness value of 55a8f6 is 0.65.

The process color (four color CMYK) of #55a8f6 color hex is 0.65, 0.32, 0.00, 0.04. Web safe color of #55a8f6 is #6699ff. Color #55a8f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101000 11110110
Octal 125 250 366
Decimal 85 168 246
Hex 55 A8 F6

RGB Percentages of Color #55a8f6

%17.03
%33.67
%49.30

CMYK Percentages of Color #55a8f6

%65
%32
%0
%4

Triadic Colors of #55a8f6

#55a8f6 #f655a8 #a8f655

Analogous Colors of #55a8f6

#55a8f6 #5558f6 #55f6f4

Monochromatic Colors of #55a8f6

#55a8f6

Complementary Color

#55a8f6 #f6a355

#55a8f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55a8f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55a8f6 Color CSS Codes

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

#55a8f6 Text Font Color

<p style="color:#55a8f6">Text here</p>

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


#55a8f6 Background Color

<div style="background-color:#55a8f6">
Div content here</div>

This div background color is #55a8f6


#55a8f6 Border Color

<div style="border:3px solid #55a8f6">
Div here</div>

This div border color is #55a8f6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,168,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55a8f6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55a8f6;
  -webkit-box-shadow: 1px 1px 3px 2px #55a8f6;
  box-shadow:         1px 1px 3px 2px #55a8f6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55a8f6


Comments

No comments written yet.

Please login to write comment.