Color Hex Logo

#12afbb Color Hex

#12AFBB
(18,175,187)
0 Favorites   0 Comments

Color spaces of #12afbb

RGB 18175187
HSL0.510.820.40
HSV184°90°73°
CMYK 0.900.060.00   0.27
XYZ24.549134.376452.3551
Yxy34.37640.22060.3089
Hunter Lab58.6314-27.8666-11.9012
CIE-Lab65.2602-31.8382-16.5819

#12afbb color RGB value is (18,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101111 10111011
Octal 22 257 273
Decimal 18 175 187
Hex 12 AF BB

RGB Percentages of Color #12afbb

%4.74
%46.05
%49.21

CMYK Percentages of Color #12afbb

%90
%6
%0
%27

Triadic Colors of #12afbb

#12afbb #bb12af #afbb12

Analogous Colors of #12afbb

#12afbb #125bbb #12bb73

Monochromatic Colors of #12afbb

#12afbb

Complementary Color

#12afbb #bb1e12

#12afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12afbb Color CSS Codes

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

#12afbb Text Font Color

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

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


#12afbb Background Color

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

This div background color is #12afbb


#12afbb Border Color

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

This div border color is #12afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12afbb


Comments

No comments written yet.

Please login to write comment.