Color Hex Logo

#27aeac Color Hex

#27AEAC
(39,174,172)
0 Favorites   0 Comments

Color spaces of #27aeac

RGB 39174172
HSL0.500.630.42
HSV179°78°68°
CMYK 0.780.000.01   0.32
XYZ23.419133.682044.2967
Yxy33.68200.23100.3322
Hunter Lab58.0362-29.5340-4.6283
CIE-Lab64.7094-34.4263-9.0410

#27aeac color RGB value is (39,174,172).

#27aeac hex color red value is 39, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #27aeac hue: 0.50 , saturation: 0.63 and the lightness value of 27aeac is 0.42.

The process color (four color CMYK) of #27aeac color hex is 0.78, 0.00, 0.01, 0.32. Web safe color of #27aeac is #339999. Color #27aeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101110 10101100
Octal 47 256 254
Decimal 39 174 172
Hex 27 AE AC

RGB Percentages of Color #27aeac

%10.13
%45.19
%44.68

CMYK Percentages of Color #27aeac

%78
%0
%1
%32

Triadic Colors of #27aeac

#27aeac #ac27ae #aeac27

Analogous Colors of #27aeac

#27aeac #276dae #27ae69

Monochromatic Colors of #27aeac

#27aeac

Complementary Color

#27aeac #ae2729

#27aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#27aeac Color CSS Codes

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

#27aeac Text Font Color

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

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


#27aeac Background Color

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

This div background color is #27aeac


#27aeac Border Color

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

This div border color is #27aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27aeac


Comments

No comments written yet.

Please login to write comment.