Color Hex Logo

#55afd6 Color Hex

#55AFD6
(85,175,214)
0 Favorites   0 Comments

Color spaces of #55afd6

RGB 85175214
HSL0.550.610.59
HSV198°60°84°
CMYK 0.600.180.00   0.16
XYZ31.213937.446369.2010
Yxy37.44630.22640.2716
Hunter Lab61.1934-16.0380-24.2132
CIE-Lab67.6105-15.4266-27.7986

#55afd6 color RGB value is (85,175,214).

#55afd6 hex color red value is 85, green value is 175 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #55afd6 hue: 0.55 , saturation: 0.61 and the lightness value of 55afd6 is 0.59.

The process color (four color CMYK) of #55afd6 color hex is 0.60, 0.18, 0.00, 0.16. Web safe color of #55afd6 is #6699cc. Color #55afd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101111 11010110
Octal 125 257 326
Decimal 85 175 214
Hex 55 AF D6

RGB Percentages of Color #55afd6

%17.93
%36.92
%45.15

CMYK Percentages of Color #55afd6

%60
%18
%0
%16

Triadic Colors of #55afd6

#55afd6 #d655af #afd655

Analogous Colors of #55afd6

#55afd6 #556fd6 #55d6bd

Monochromatic Colors of #55afd6

#55afd6

Complementary Color

#55afd6 #d67c55

#55afd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55afd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55afd6 Color CSS Codes

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

#55afd6 Text Font Color

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

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


#55afd6 Background Color

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

This div background color is #55afd6


#55afd6 Border Color

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

This div border color is #55afd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55afd6


Comments

No comments written yet.

Please login to write comment.