Color Hex Logo

#55dcbf Color Hex

#55DCBF
(85,220,191)
0 Favorites   0 Comments

Color spaces of #55dcbf

RGB 85220191
HSL0.460.660.60
HSV167°61°86°
CMYK 0.610.000.13   0.14
XYZ38.743556.879358.2270
Yxy56.87930.25180.3697
Hunter Lab75.4184-40.28417.0178
CIE-Lab80.1117-43.54523.3725

#55dcbf color RGB value is (85,220,191).

#55dcbf hex color red value is 85, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #55dcbf hue: 0.46 , saturation: 0.66 and the lightness value of 55dcbf is 0.60.

The process color (four color CMYK) of #55dcbf color hex is 0.61, 0.00, 0.13, 0.14. Web safe color of #55dcbf is #66cccc. Color #55dcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011100 10111111
Octal 125 334 277
Decimal 85 220 191
Hex 55 DC BF

RGB Percentages of Color #55dcbf

%17.14
%44.35
%38.51

CMYK Percentages of Color #55dcbf

%61
%0
%13
%14

Triadic Colors of #55dcbf

#55dcbf #bf55dc #dcbf55

Analogous Colors of #55dcbf

#55dcbf #55b6dc #55dc7c

Monochromatic Colors of #55dcbf

#55dcbf

Complementary Color

#55dcbf #dc5572

#55dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dcbf Color CSS Codes

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

#55dcbf Text Font Color

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

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


#55dcbf Background Color

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

This div background color is #55dcbf


#55dcbf Border Color

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

This div border color is #55dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dcbf


Comments

No comments written yet.

Please login to write comment.