Color Hex Logo

#55fbef Color Hex

#55FBEF
(85,251,239)
0 Favorites   0 Comments

Color spaces of #55fbef

RGB 85251239
HSL0.490.950.66
HSV176°66°98°
CMYK 0.660.000.05   0.02
XYZ53.823577.157793.7175
Yxy77.15770.23950.3434
Hunter Lab87.8395-44.3434-1.7700
CIE-Lab90.3941-44.9314-6.8084

#55fbef color RGB value is (85,251,239).

#55fbef hex color red value is 85, green value is 251 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #55fbef hue: 0.49 , saturation: 0.95 and the lightness value of 55fbef is 0.66.

The process color (four color CMYK) of #55fbef color hex is 0.66, 0.00, 0.05, 0.02. Web safe color of #55fbef is #66ffff. Color #55fbef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111011 11101111
Octal 125 373 357
Decimal 85 251 239
Hex 55 FB EF

RGB Percentages of Color #55fbef

%14.78
%43.65
%41.57

CMYK Percentages of Color #55fbef

%66
%0
%5
%2

Triadic Colors of #55fbef

#55fbef #ef55fb #fbef55

Analogous Colors of #55fbef

#55fbef #55b4fb #55fb9c

Monochromatic Colors of #55fbef

#55fbef

Complementary Color

#55fbef #fb5561

#55fbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fbef Color CSS Codes

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

#55fbef Text Font Color

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

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


#55fbef Background Color

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

This div background color is #55fbef


#55fbef Border Color

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

This div border color is #55fbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55fbef

Related Colors


Comments

No comments written yet.

Please login to write comment.