Color Hex Logo

#55beec Color Hex

#55BEEC
(85,190,236)
0 Favorites   0 Comments

Color spaces of #55beec

RGB 85190236
HSL0.550.800.63
HSV198°64°93°
CMYK 0.640.190.00   0.07
XYZ37.300144.814386.0410
Yxy44.81430.22180.2665
Hunter Lab66.9435-17.6931-29.3437
CIE-Lab72.7694-16.5600-31.8527

#55beec color RGB value is (85,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111110 11101100
Octal 125 276 354
Decimal 85 190 236
Hex 55 BE EC

RGB Percentages of Color #55beec

%16.63
%37.18
%46.18

CMYK Percentages of Color #55beec

%64
%19
%0
%7

Triadic Colors of #55beec

#55beec #ec55be #beec55

Analogous Colors of #55beec

#55beec #5573ec #55eccf

Monochromatic Colors of #55beec

#55beec

Complementary Color

#55beec #ec8355

#55beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#55beec Color CSS Codes

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

#55beec Text Font Color

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

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


#55beec Background Color

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

This div background color is #55beec


#55beec Border Color

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

This div border color is #55beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55beec


Comments

No comments written yet.

Please login to write comment.