Color Hex Logo

#55dcae Color Hex

#55DCAE
(85,220,174)
0 Favorites   0 Comments

Color spaces of #55dcae

RGB 85220174
HSL0.440.660.60
HSV160°61°86°
CMYK 0.610.000.21   0.14
XYZ36.979556.173748.9380
Yxy56.17370.26030.3953
Hunter Lab74.9491-43.090013.7510
CIE-Lab79.7126-47.539111.8217

#55dcae color RGB value is (85,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 11011100 10101110
Octal 125 334 256
Decimal 85 220 174
Hex 55 DC AE

RGB Percentages of Color #55dcae

%17.75
%45.93
%36.33

CMYK Percentages of Color #55dcae

%61
%0
%21
%14

Triadic Colors of #55dcae

#55dcae #ae55dc #dcae55

Analogous Colors of #55dcae

#55dcae #55c7dc #55dc6b

Monochromatic Colors of #55dcae

#55dcae

Complementary Color

#55dcae #dc5583

#55dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#55dcae Color CSS Codes

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

#55dcae Text Font Color

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

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


#55dcae Background Color

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

This div background color is #55dcae


#55dcae Border Color

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

This div border color is #55dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55dcae


Comments

No comments written yet.

Please login to write comment.