Color Hex Logo

#12afbd Color Hex

#12AFBD
(18,175,189)
0 Favorites   0 Comments

Color spaces of #12afbd

RGB 18175189
HSL0.510.830.41
HSV185°90°74°
CMYK 0.900.070.00   0.26
XYZ24.764734.462753.4908
Yxy34.46270.21970.3057
Hunter Lab58.7049-27.4334-12.9304
CIE-Lab65.3282-31.2016-17.5896

#12afbd color RGB value is (18,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101111 10111101
Octal 22 257 275
Decimal 18 175 189
Hex 12 AF BD

RGB Percentages of Color #12afbd

%4.71
%45.81
%49.48

CMYK Percentages of Color #12afbd

%90
%7
%0
%26

Triadic Colors of #12afbd

#12afbd #bd12af #afbd12

Analogous Colors of #12afbd

#12afbd #1259bd #12bd76

Monochromatic Colors of #12afbd

#12afbd

Complementary Color

#12afbd #bd2012

#12afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#12afbd Color CSS Codes

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

#12afbd Text Font Color

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

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


#12afbd Background Color

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

This div background color is #12afbd


#12afbd Border Color

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

This div border color is #12afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12afbd


Comments

No comments written yet.

Please login to write comment.