Color Hex Logo

#27ccab Color Hex

#27CCAB
(39,204,171)
0 Favorites   0 Comments

Color spaces of #27ccab

RGB 39204171
HSL0.470.680.48
HSV168°81°80°
CMYK 0.810.000.16   0.20
XYZ29.780346.557345.9450
Yxy46.55730.24350.3807
Hunter Lab68.2329-41.50117.8398
CIE-Lab73.9057-47.92524.9990

#27ccab color RGB value is (39,204,171).

#27ccab hex color red value is 39, green value is 204 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #27ccab hue: 0.47 , saturation: 0.68 and the lightness value of 27ccab is 0.48.

The process color (four color CMYK) of #27ccab color hex is 0.81, 0.00, 0.16, 0.20. Web safe color of #27ccab is #33cc99. Color #27ccab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11001100 10101011
Octal 47 314 253
Decimal 39 204 171
Hex 27 CC AB

RGB Percentages of Color #27ccab

%9.42
%49.28
%41.30

CMYK Percentages of Color #27ccab

%81
%0
%16
%20

Triadic Colors of #27ccab

#27ccab #ab27cc #ccab27

Analogous Colors of #27ccab

#27ccab #279bcc #27cc58

Monochromatic Colors of #27ccab

#27ccab

Complementary Color

#27ccab #cc2748

#27ccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27ccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#27ccab Color CSS Codes

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

#27ccab Text Font Color

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

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


#27ccab Background Color

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

This div background color is #27ccab


#27ccab Border Color

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

This div border color is #27ccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27ccab


Comments

No comments written yet.

Please login to write comment.