Color Hex Logo

#55adec Color Hex

#55ADEC
(85,173,236)
0 Favorites   0 Comments

Color spaces of #55adec

RGB 85173236
HSL0.570.800.63
HSV205°64°93°
CMYK 0.640.270.00   0.07
XYZ33.830237.874684.8844
Yxy37.87460.21600.2419
Hunter Lab61.5423-9.5766-38.6981
CIE-Lab67.9281-7.4148-39.3676

#55adec color RGB value is (85,173,236).

#55adec hex color red value is 85, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #55adec hue: 0.57 , saturation: 0.80 and the lightness value of 55adec is 0.63.

The process color (four color CMYK) of #55adec color hex is 0.64, 0.27, 0.00, 0.07. Web safe color of #55adec is #6699ff. Color #55adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101101 11101100
Octal 125 255 354
Decimal 85 173 236
Hex 55 AD EC

RGB Percentages of Color #55adec

%17.21
%35.02
%47.77

CMYK Percentages of Color #55adec

%64
%27
%0
%7

Triadic Colors of #55adec

#55adec #ec55ad #adec55

Analogous Colors of #55adec

#55adec #5562ec #55ece0

Monochromatic Colors of #55adec

#55adec

Complementary Color

#55adec #ec9455

#55adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#55adec Color CSS Codes

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

#55adec Text Font Color

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

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


#55adec Background Color

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

This div background color is #55adec


#55adec Border Color

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

This div border color is #55adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55adec


Comments

No comments written yet.

Please login to write comment.