Color Hex Logo

#55bfe3 Color Hex

#55BFE3
(85,191,227)
0 Favorites   0 Comments

Color spaces of #55bfe3

RGB 85191227
HSL0.540.720.61
HSV195°63°89°
CMYK 0.630.160.00   0.11
XYZ36.242244.738979.3984
Yxy44.73890.22600.2790
Hunter Lab66.8871-20.3339-23.5592
CIE-Lab72.7196-19.8393-27.0523

#55bfe3 color RGB value is (85,191,227).

#55bfe3 hex color red value is 85, green value is 191 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #55bfe3 hue: 0.54 , saturation: 0.72 and the lightness value of 55bfe3 is 0.61.

The process color (four color CMYK) of #55bfe3 color hex is 0.63, 0.16, 0.00, 0.11. Web safe color of #55bfe3 is #66cccc. Color #55bfe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111111 11100011
Octal 125 277 343
Decimal 85 191 227
Hex 55 BF E3

RGB Percentages of Color #55bfe3

%16.90
%37.97
%45.13

CMYK Percentages of Color #55bfe3

%63
%16
%0
%11

Triadic Colors of #55bfe3

#55bfe3 #e355bf #bfe355

Analogous Colors of #55bfe3

#55bfe3 #5578e3 #55e3c0

Monochromatic Colors of #55bfe3

#55bfe3

Complementary Color

#55bfe3 #e37955

#55bfe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bfe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bfe3 Color CSS Codes

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

#55bfe3 Text Font Color

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

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


#55bfe3 Background Color

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

This div background color is #55bfe3


#55bfe3 Border Color

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

This div border color is #55bfe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bfe3


Comments

No comments written yet.

Please login to write comment.