Color Hex Logo

#55febe Color Hex

#55FEBE
(85,254,190)
0 Favorites   0 Comments

Color spaces of #55febe

RGB 85254190
HSL0.440.990.66
HSV157°67°100°
CMYK 0.670.000.25   0.00
XYZ48.482476.532660.9322
Yxy76.53260.26070.4116
Hunter Lab87.4829-54.171719.9423
CIE-Lab90.1060-57.852018.1282

#55febe color RGB value is (85,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111110 10111110
Octal 125 376 276
Decimal 85 254 190
Hex 55 FE BE

RGB Percentages of Color #55febe

%16.07
%48.02
%35.92

CMYK Percentages of Color #55febe

%67
%0
%25
%0

Triadic Colors of #55febe

#55febe #be55fe #febe55

Analogous Colors of #55febe

#55febe #55eafe #55fe6a

Monochromatic Colors of #55febe

#55febe

Complementary Color

#55febe #fe5595

#55febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#55febe Color CSS Codes

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

#55febe Text Font Color

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

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


#55febe Background Color

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

This div background color is #55febe


#55febe Border Color

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

This div border color is #55febe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55febe


Comments

No comments written yet.

Please login to write comment.