Color Hex Logo

#55bfea Color Hex

#55BFEA
(85,191,234)
0 Favorites   0 Comments

Color spaces of #55bfea

RGB 85191234
HSL0.550.780.63
HSV197°64°92°
CMYK 0.640.180.00   0.08
XYZ37.228445.133484.5914
Yxy45.13340.22300.2703
Hunter Lab67.1814-18.6521-27.6280
CIE-Lab72.9796-17.7007-30.4460

#55bfea color RGB value is (85,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111111 11101010
Octal 125 277 352
Decimal 85 191 234
Hex 55 BF EA

RGB Percentages of Color #55bfea

%16.67
%37.45
%45.88

CMYK Percentages of Color #55bfea

%64
%18
%0
%8

Triadic Colors of #55bfea

#55bfea #ea55bf #bfea55

Analogous Colors of #55bfea

#55bfea #5575ea #55eacb

Monochromatic Colors of #55bfea

#55bfea

Complementary Color

#55bfea #ea8055

#55bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bfea Color CSS Codes

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

#55bfea Text Font Color

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

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


#55bfea Background Color

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

This div background color is #55bfea


#55bfea Border Color

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

This div border color is #55bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bfea


Comments

No comments written yet.

Please login to write comment.