Color Hex Logo

#12ae9d Color Hex

#12AE9D
(18,174,157)
0 Favorites   0 Comments

Color spaces of #12ae9d

RGB 18174157
HSL0.480.810.38
HSV173°90°68°
CMYK 0.900.000.10   0.32
XYZ21.471332.835037.1044
Yxy32.83500.23490.3592
Hunter Lab57.3018-33.39331.7195
CIE-Lab64.0271-40.4284-1.7186

#12ae9d color RGB value is (18,174,157).

#12ae9d hex color red value is 18, green value is 174 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #12ae9d hue: 0.48 , saturation: 0.81 and the lightness value of 12ae9d is 0.38.

The process color (four color CMYK) of #12ae9d color hex is 0.90, 0.00, 0.10, 0.32. Web safe color of #12ae9d is #009999. Color #12ae9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101110 10011101
Octal 22 256 235
Decimal 18 174 157
Hex 12 AE 9D

RGB Percentages of Color #12ae9d

%5.16
%49.86
%44.99

CMYK Percentages of Color #12ae9d

%90
%0
%10
%32

Triadic Colors of #12ae9d

#12ae9d #9d12ae #ae9d12

Analogous Colors of #12ae9d

#12ae9d #1271ae #12ae4f

Monochromatic Colors of #12ae9d

#12ae9d

Complementary Color

#12ae9d #ae1223

#12ae9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ae9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ae9d Color CSS Codes

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

#12ae9d Text Font Color

<p style="color:#12ae9d">Text here</p>

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


#12ae9d Background Color

<div style="background-color:#12ae9d">
Div content here</div>

This div background color is #12ae9d


#12ae9d Border Color

<div style="border:3px solid #12ae9d">
Div here</div>

This div border color is #12ae9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,174,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12ae9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12ae9d;
  -webkit-box-shadow: 1px 1px 3px 2px #12ae9d;
  box-shadow:         1px 1px 3px 2px #12ae9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ae9d


Comments

No comments written yet.

Please login to write comment.