Color Hex Logo

#55beea Color Hex

#55BEEA
(85,190,234)
0 Favorites   0 Comments

Color spaces of #55beea

RGB 85190234
HSL0.550.780.63
HSV198°64°92°
CMYK 0.640.190.00   0.08
XYZ37.011144.698784.5189
Yxy44.69870.22270.2689
Hunter Lab66.8571-18.1849-28.1528
CIE-Lab72.6931-17.1786-30.8876

#55beea color RGB value is (85,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111110 11101010
Octal 125 276 352
Decimal 85 190 234
Hex 55 BE EA

RGB Percentages of Color #55beea

%16.70
%37.33
%45.97

CMYK Percentages of Color #55beea

%64
%19
%0
%8

Triadic Colors of #55beea

#55beea #ea55be #beea55

Analogous Colors of #55beea

#55beea #5574ea #55eacc

Monochromatic Colors of #55beea

#55beea

Complementary Color

#55beea #ea8155

#55beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#55beea Color CSS Codes

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

#55beea Text Font Color

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

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


#55beea Background Color

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

This div background color is #55beea


#55beea Border Color

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

This div border color is #55beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55beea


Comments

No comments written yet.

Please login to write comment.