Color Hex Logo

#12afbc Color Hex

#12AFBC
(18,175,188)
0 Favorites   0 Comments

Color spaces of #12afbc

RGB 18175188
HSL0.510.830.40
HSV185°90°74°
CMYK 0.900.070.00   0.26
XYZ24.656534.419452.9210
Yxy34.41940.22020.3073
Hunter Lab58.6680-27.6507-12.4144
CIE-Lab65.2941-31.5205-17.0860

#12afbc color RGB value is (18,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101111 10111100
Octal 22 257 274
Decimal 18 175 188
Hex 12 AF BC

RGB Percentages of Color #12afbc

%4.72
%45.93
%49.34

CMYK Percentages of Color #12afbc

%90
%7
%0
%26

Triadic Colors of #12afbc

#12afbc #bc12af #afbc12

Analogous Colors of #12afbc

#12afbc #125abc #12bc74

Monochromatic Colors of #12afbc

#12afbc

Complementary Color

#12afbc #bc1f12

#12afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12afbc Color CSS Codes

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

#12afbc Text Font Color

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

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


#12afbc Background Color

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

This div background color is #12afbc


#12afbc Border Color

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

This div border color is #12afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12afbc


Comments

No comments written yet.

Please login to write comment.