Color Hex Logo

#12afba Color Hex

#12AFBA
(18,175,186)
0 Favorites   0 Comments

Color spaces of #12afba

RGB 18175186
HSL0.510.820.40
HSV184°90°73°
CMYK 0.900.060.00   0.27
XYZ24.442434.333751.7932
Yxy34.33370.22110.3105
Hunter Lab58.5950-28.0814-11.3911
CIE-Lab65.2266-32.1551-16.0774

#12afba color RGB value is (18,175,186).

#12afba hex color red value is 18, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #12afba hue: 0.51 , saturation: 0.82 and the lightness value of 12afba is 0.40.

The process color (four color CMYK) of #12afba color hex is 0.90, 0.06, 0.00, 0.27. Web safe color of #12afba is #0099cc. Color #12afba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101111 10111010
Octal 22 257 272
Decimal 18 175 186
Hex 12 AF BA

RGB Percentages of Color #12afba

%4.75
%46.17
%49.08

CMYK Percentages of Color #12afba

%90
%6
%0
%27

Triadic Colors of #12afba

#12afba #ba12af #afba12

Analogous Colors of #12afba

#12afba #125bba #12ba71

Monochromatic Colors of #12afba

#12afba

Complementary Color

#12afba #ba1d12

#12afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#12afba Color CSS Codes

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

#12afba Text Font Color

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

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


#12afba Background Color

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

This div background color is #12afba


#12afba Border Color

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

This div border color is #12afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12afba


Comments

No comments written yet.

Please login to write comment.