Color Hex Logo

#12fdaf Color Hex

#12FDAF
(18,253,175)
0 Favorites   0 Comments

Color spaces of #12fdaf

RGB 18253175
HSL0.440.980.53
HSV160°93°99°
CMYK 0.930.000.31   0.01
XYZ43.112673.474352.4671
Yxy73.47430.25500.4346
Hunter Lab85.7172-60.226023.7109
CIE-Lab88.6734-67.007023.6740

#12fdaf color RGB value is (18,253,175).

#12fdaf hex color red value is 18, green value is 253 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #12fdaf hue: 0.44 , saturation: 0.98 and the lightness value of 12fdaf is 0.53.

The process color (four color CMYK) of #12fdaf color hex is 0.93, 0.00, 0.31, 0.01. Web safe color of #12fdaf is #00ff99. Color #12fdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11111101 10101111
Octal 22 375 257
Decimal 18 253 175
Hex 12 FD AF

RGB Percentages of Color #12fdaf

%4.04
%56.73
%39.24

CMYK Percentages of Color #12fdaf

%93
%0
%31
%1

Triadic Colors of #12fdaf

#12fdaf #af12fd #fdaf12

Analogous Colors of #12fdaf

#12fdaf #12d6fd #12fd39

Monochromatic Colors of #12fdaf

#12fdaf

Complementary Color

#12fdaf #fd1260

#12fdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12fdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12fdaf Color CSS Codes

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

#12fdaf Text Font Color

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

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


#12fdaf Background Color

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

This div background color is #12fdaf


#12fdaf Border Color

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

This div border color is #12fdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12fdaf


Comments

No comments written yet.

Please login to write comment.