Color Hex Logo

#55feb7 Color Hex

#55FEB7
(85,254,183)
0 Favorites   0 Comments

Color spaces of #55feb7

RGB 85254183
HSL0.430.990.66
HSV155°67°100°
CMYK 0.670.000.28   0.00
XYZ47.735476.233856.9984
Yxy76.23380.26380.4213
Hunter Lab87.3120-55.206022.4131
CIE-Lab89.9678-59.318521.5158

#55feb7 color RGB value is (85,254,183).

#55feb7 hex color red value is 85, green value is 254 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #55feb7 hue: 0.43 , saturation: 0.99 and the lightness value of 55feb7 is 0.66.

The process color (four color CMYK) of #55feb7 color hex is 0.67, 0.00, 0.28, 0.00. Web safe color of #55feb7 is #66ffcc. Color #55feb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111110 10110111
Octal 125 376 267
Decimal 85 254 183
Hex 55 FE B7

RGB Percentages of Color #55feb7

%16.28
%48.66
%35.06

CMYK Percentages of Color #55feb7

%67
%0
%28
%0

Triadic Colors of #55feb7

#55feb7 #b755fe #feb755

Analogous Colors of #55feb7

#55feb7 #55f1fe #55fe63

Monochromatic Colors of #55feb7

#55feb7

Complementary Color

#55feb7 #fe559c

#55feb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55feb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55feb7 Color CSS Codes

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

#55feb7 Text Font Color

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

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


#55feb7 Background Color

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

This div background color is #55feb7


#55feb7 Border Color

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

This div border color is #55feb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55feb7

Related Colors


Comments

No comments written yet.

Please login to write comment.