Color Hex Logo

#12afdf Color Hex

#12AFDF
(18,175,223)
0 Favorites   0 Comments

Color spaces of #12afdf

RGB 18175223
HSL0.540.850.47
HSV194°92°87°
CMYK 0.920.220.00   0.13
XYZ28.898736.116375.2600
Yxy36.11630.20600.2575
Hunter Lab60.0968-19.3344-32.1818
CIE-Lab66.6087-19.8573-34.4048

#12afdf color RGB value is (18,175,223).

#12afdf hex color red value is 18, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #12afdf hue: 0.54 , saturation: 0.85 and the lightness value of 12afdf is 0.47.

The process color (four color CMYK) of #12afdf color hex is 0.92, 0.22, 0.00, 0.13. Web safe color of #12afdf is #0099cc. Color #12afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101111 11011111
Octal 22 257 337
Decimal 18 175 223
Hex 12 AF DF

RGB Percentages of Color #12afdf

%4.33
%42.07
%53.61

CMYK Percentages of Color #12afdf

%92
%22
%0
%13

Triadic Colors of #12afdf

#12afdf #df12af #afdf12

Analogous Colors of #12afdf

#12afdf #1249df #12dfa9

Monochromatic Colors of #12afdf

#12afdf

Complementary Color

#12afdf #df4212

#12afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12afdf Color CSS Codes

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

#12afdf Text Font Color

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

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


#12afdf Background Color

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

This div background color is #12afdf


#12afdf Border Color

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

This div border color is #12afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12afdf


Comments

No comments written yet.

Please login to write comment.