Color Hex Logo

#27ddaa Color Hex

#27DDAA
(39,221,170)
0 Favorites   0 Comments

Color spaces of #27ddaa

RGB 39221170
HSL0.450.730.51
HSV163°82°87°
CMYK 0.820.000.23   0.13
XYZ33.948955.046546.8660
Yxy55.04650.24990.4052
Hunter Lab74.1933-48.161514.4834
CIE-Lab79.0680-55.017912.9038

#27ddaa color RGB value is (39,221,170).

#27ddaa hex color red value is 39, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #27ddaa hue: 0.45 , saturation: 0.73 and the lightness value of 27ddaa is 0.51.

The process color (four color CMYK) of #27ddaa color hex is 0.82, 0.00, 0.23, 0.13. Web safe color of #27ddaa is #33cc99. Color #27ddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11011101 10101010
Octal 47 335 252
Decimal 39 221 170
Hex 27 DD AA

RGB Percentages of Color #27ddaa

%9.07
%51.40
%39.53

CMYK Percentages of Color #27ddaa

%82
%0
%23
%13

Triadic Colors of #27ddaa

#27ddaa #aa27dd #ddaa27

Analogous Colors of #27ddaa

#27ddaa #27b5dd #27dd4f

Monochromatic Colors of #27ddaa

#27ddaa

Complementary Color

#27ddaa #dd275a

#27ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#27ddaa Color CSS Codes

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

#27ddaa Text Font Color

<p style="color:#27ddaa">Text here</p>

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


#27ddaa Background Color

<div style="background-color:#27ddaa">
Div content here</div>

This div background color is #27ddaa


#27ddaa Border Color

<div style="border:3px solid #27ddaa">
Div here</div>

This div border color is #27ddaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,221,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27ddaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27ddaa;
  -webkit-box-shadow: 1px 1px 3px 2px #27ddaa;
  box-shadow:         1px 1px 3px 2px #27ddaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,221,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27ddaa


Comments

No comments written yet.

Please login to write comment.