Color Hex Logo

#55ebff Color Hex

#55EBFF
(85,235,255)
0 Favorites   0 Comments

Color spaces of #55ebff

RGB 85235255
HSL0.521.000.67
HSV187°67°100°
CMYK 0.670.080.00   0.00
XYZ51.504668.5680105.1281
Yxy68.56800.22870.3045
Hunter Lab82.8058-33.8845-17.3090
CIE-Lab86.2897-33.2678-21.3125

#55ebff color RGB value is (85,235,255).

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

The process color (four color CMYK) of #55ebff color hex is 0.67, 0.08, 0.00, 0.00. Web safe color of #55ebff is #66ffff. Color #55ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101011 11111111
Octal 125 353 377
Decimal 85 235 255
Hex 55 EB FF

RGB Percentages of Color #55ebff

%14.78
%40.87
%44.35

CMYK Percentages of Color #55ebff

%67
%8
%0
%0

Triadic Colors of #55ebff

#55ebff #ff55eb #ebff55

Analogous Colors of #55ebff

#55ebff #5596ff #55ffbe

Monochromatic Colors of #55ebff

#55ebff

Complementary Color

#55ebff #ff6955

#55ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ebff Color CSS Codes

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

#55ebff Text Font Color

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

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


#55ebff Background Color

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

This div background color is #55ebff


#55ebff Border Color

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

This div border color is #55ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ebff

#55ebff Color Palettes


Comments

No comments written yet.

Please login to write comment.