Color Hex Logo

#55ffdf Color Hex

#55FFDF
(85,255,223)
0 Favorites   0 Comments

Color spaces of #55ffdf

RGB 85255223
HSL0.471.000.67
HSV169°67°100°
CMYK 0.670.000.13   0.00
XYZ52.825678.779082.2337
Yxy78.77900.24700.3684
Hunter Lab88.7575-49.08837.1982
CIE-Lab91.1342-50.69372.5792

#55ffdf color RGB value is (85,255,223).

#55ffdf hex color red value is 85, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #55ffdf hue: 0.47 , saturation: 1.00 and the lightness value of 55ffdf is 0.67.

The process color (four color CMYK) of #55ffdf color hex is 0.67, 0.00, 0.13, 0.00. Web safe color of #55ffdf is #66ffcc. Color #55ffdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111111 11011111
Octal 125 377 337
Decimal 85 255 223
Hex 55 FF DF

RGB Percentages of Color #55ffdf

%15.10
%45.29
%39.61

CMYK Percentages of Color #55ffdf

%67
%0
%13
%0

Triadic Colors of #55ffdf

#55ffdf #df55ff #ffdf55

Analogous Colors of #55ffdf

#55ffdf #55caff #55ff8a

Monochromatic Colors of #55ffdf

#55ffdf

Complementary Color

#55ffdf #ff5575

#55ffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ffdf Color CSS Codes

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

#55ffdf Text Font Color

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

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


#55ffdf Background Color

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

This div background color is #55ffdf


#55ffdf Border Color

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

This div border color is #55ffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ffdf

Related Colors


Comments

No comments written yet.

Please login to write comment.