Color Hex Logo

#55bdbc Color Hex

#55BDBC
(85,189,188)
0 Favorites   0 Comments

Color spaces of #55bdbc

RGB 85189188
HSL0.500.440.54
HSV179°55°74°
CMYK 0.550.000.01   0.26
XYZ31.021041.957354.0405
Yxy41.95730.24420.3303
Hunter Lab64.7745-27.8702-4.1228
CIE-Lab70.8415-30.0652-8.6227

#55bdbc color RGB value is (85,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111101 10111100
Octal 125 275 274
Decimal 85 189 188
Hex 55 BD BC

RGB Percentages of Color #55bdbc

%18.40
%40.91
%40.69

CMYK Percentages of Color #55bdbc

%55
%0
%1
%26

Triadic Colors of #55bdbc

#55bdbc #bc55bd #bdbc55

Analogous Colors of #55bdbc

#55bdbc #558abd #55bd88

Monochromatic Colors of #55bdbc

#55bdbc

Complementary Color

#55bdbc #bd5556

#55bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bdbc Color CSS Codes

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

#55bdbc Text Font Color

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

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


#55bdbc Background Color

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

This div background color is #55bdbc


#55bdbc Border Color

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

This div border color is #55bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bdbc


Comments

No comments written yet.

Please login to write comment.