Color Hex Logo

#55ffaf Color Hex

#55FFAF
(85,255,175)
0 Favorites   0 Comments

Color spaces of #55ffaf

RGB 85255175
HSL0.421.000.67
HSV152°67°100°
CMYK 0.670.000.31   0.00
XYZ47.244276.546452.8424
Yxy76.54640.26750.4334
Hunter Lab87.4908-56.720625.4338
CIE-Lab90.1124-61.309925.7820

#55ffaf color RGB value is (85,255,175).

#55ffaf hex color red value is 85, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #55ffaf hue: 0.42 , saturation: 1.00 and the lightness value of 55ffaf is 0.67.

The process color (four color CMYK) of #55ffaf color hex is 0.67, 0.00, 0.31, 0.00. Web safe color of #55ffaf is #66ff99. Color #55ffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111111 10101111
Octal 125 377 257
Decimal 85 255 175
Hex 55 FF AF

RGB Percentages of Color #55ffaf

%16.50
%49.51
%33.98

CMYK Percentages of Color #55ffaf

%67
%0
%31
%0

Triadic Colors of #55ffaf

#55ffaf #af55ff #ffaf55

Analogous Colors of #55ffaf

#55ffaf #55faff #55ff5a

Monochromatic Colors of #55ffaf

#55ffaf

Complementary Color

#55ffaf #ff55a5

#55ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ffaf Color CSS Codes

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

#55ffaf Text Font Color

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

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


#55ffaf Background Color

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

This div background color is #55ffaf


#55ffaf Border Color

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

This div border color is #55ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ffaf


Comments

No comments written yet.

Please login to write comment.