Color Hex Logo

#55aeaf Color Hex

#55AEAF
(85,174,175)
0 Favorites   0 Comments

Color spaces of #55aeaf

RGB 85174175
HSL0.500.360.51
HSV181°51°69°
CMYK 0.510.010.00   0.31
XYZ26.620235.298545.9677
Yxy35.29850.24670.3272
Hunter Lab59.4125-23.9938-4.2841
CIE-Lab65.9804-26.2284-8.6900

#55aeaf color RGB value is (85,174,175).

#55aeaf hex color red value is 85, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #55aeaf hue: 0.50 , saturation: 0.36 and the lightness value of 55aeaf is 0.51.

The process color (four color CMYK) of #55aeaf color hex is 0.51, 0.01, 0.00, 0.31. Web safe color of #55aeaf is #669999. Color #55aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101110 10101111
Octal 125 256 257
Decimal 85 174 175
Hex 55 AE AF

RGB Percentages of Color #55aeaf

%19.59
%40.09
%40.32

CMYK Percentages of Color #55aeaf

%51
%1
%0
%31

Triadic Colors of #55aeaf

#55aeaf #af55ae #aeaf55

Analogous Colors of #55aeaf

#55aeaf #5581af #55af83

Monochromatic Colors of #55aeaf

#55aeaf

Complementary Color

#55aeaf #af5655

#55aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aeaf Color CSS Codes

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

#55aeaf Text Font Color

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

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


#55aeaf Background Color

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

This div background color is #55aeaf


#55aeaf Border Color

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

This div border color is #55aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aeaf


Comments

No comments written yet.

Please login to write comment.