Color Hex Logo

#55dfba Color Hex

#55DFBA
(85,223,186)
0 Favorites   0 Comments

Color spaces of #55dfba

RGB 85223186
HSL0.460.680.60
HSV164°62°87°
CMYK 0.620.000.17   0.13
XYZ38.996958.251855.6427
Yxy58.25180.25510.3810
Hunter Lab76.3229-42.361110.2010
CIE-Lab80.8786-46.04447.1329

#55dfba color RGB value is (85,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011111 10111010
Octal 125 337 272
Decimal 85 223 186
Hex 55 DF BA

RGB Percentages of Color #55dfba

%17.21
%45.14
%37.65

CMYK Percentages of Color #55dfba

%62
%0
%17
%13

Triadic Colors of #55dfba

#55dfba #ba55df #dfba55

Analogous Colors of #55dfba

#55dfba #55bfdf #55df75

Monochromatic Colors of #55dfba

#55dfba

Complementary Color

#55dfba #df557a

#55dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dfba Color CSS Codes

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

#55dfba Text Font Color

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

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


#55dfba Background Color

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

This div background color is #55dfba


#55dfba Border Color

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

This div border color is #55dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dfba


Comments

No comments written yet.

Please login to write comment.