Color Hex Logo

#55beef Color Hex

#55BEEF
(85,190,239)
0 Favorites   0 Comments

Color spaces of #55beef

RGB 85190239
HSL0.550.830.64
HSV199°64°94°
CMYK 0.640.210.00   0.06
XYZ37.739844.990288.3562
Yxy44.99020.22060.2630
Hunter Lab67.0747-16.9472-31.1492
CIE-Lab72.8854-15.6271-33.2965

#55beef color RGB value is (85,190,239).

#55beef hex color red value is 85, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #55beef hue: 0.55 , saturation: 0.83 and the lightness value of 55beef is 0.64.

The process color (four color CMYK) of #55beef color hex is 0.64, 0.21, 0.00, 0.06. Web safe color of #55beef is #66ccff. Color #55beef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111110 11101111
Octal 125 276 357
Decimal 85 190 239
Hex 55 BE EF

RGB Percentages of Color #55beef

%16.54
%36.96
%46.50

CMYK Percentages of Color #55beef

%64
%21
%0
%6

Triadic Colors of #55beef

#55beef #ef55be #beef55

Analogous Colors of #55beef

#55beef #5571ef #55efd3

Monochromatic Colors of #55beef

#55beef

Complementary Color

#55beef #ef8655

#55beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#55beef Color CSS Codes

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

#55beef Text Font Color

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

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


#55beef Background Color

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

This div background color is #55beef


#55beef Border Color

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

This div border color is #55beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55beef


Comments

No comments written yet.

Please login to write comment.