Color Hex Logo

#55bebf Color Hex

#55BEBF
(85,190,191)
0 Favorites   0 Comments

Color spaces of #55bebf

RGB 85190191
HSL0.500.450.54
HSV181°55°75°
CMYK 0.550.010.00   0.25
XYZ31.563742.519855.8338
Yxy42.51980.24300.3273
Hunter Lab65.2072-27.7093-5.1221
CIE-Lab71.2278-29.7346-9.6891

#55bebf color RGB value is (85,190,191).

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

The process color (four color CMYK) of #55bebf color hex is 0.55, 0.01, 0.00, 0.25. Web safe color of #55bebf is #66cccc. Color #55bebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111110 10111111
Octal 125 276 277
Decimal 85 190 191
Hex 55 BE BF

RGB Percentages of Color #55bebf

%18.24
%40.77
%40.99

CMYK Percentages of Color #55bebf

%55
%1
%0
%25

Triadic Colors of #55bebf

#55bebf #bf55be #bebf55

Analogous Colors of #55bebf

#55bebf #5589bf #55bf8b

Monochromatic Colors of #55bebf

#55bebf

Complementary Color

#55bebf #bf5655

#55bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bebf Color CSS Codes

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

#55bebf Text Font Color

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

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


#55bebf Background Color

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

This div background color is #55bebf


#55bebf Border Color

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

This div border color is #55bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bebf


Comments

No comments written yet.

Please login to write comment.