Color Hex Logo

#12adff Color Hex

#12ADFF
(18,173,255)
0 Favorites   0 Comments

Color spaces of #12adff

RGB 18173255
HSL0.561.000.54
HSV201°93°100°
CMYK 0.930.320.00   0.00
XYZ33.243037.2357100.0429
Yxy37.23570.19490.2184
Hunter Lab61.0211-9.5438-54.4901
CIE-Lab67.4535-7.4312-50.5486

#12adff color RGB value is (18,173,255).

#12adff hex color red value is 18, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #12adff hue: 0.56 , saturation: 1.00 and the lightness value of 12adff is 0.54.

The process color (four color CMYK) of #12adff color hex is 0.93, 0.32, 0.00, 0.00. Web safe color of #12adff is #0099ff. Color #12adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101101 11111111
Octal 22 255 377
Decimal 18 173 255
Hex 12 AD FF

RGB Percentages of Color #12adff

%4.04
%38.79
%57.17

CMYK Percentages of Color #12adff

%93
%32
%0
%0

Triadic Colors of #12adff

#12adff #ff12ad #adff12

Analogous Colors of #12adff

#12adff #1236ff #12ffdb

Monochromatic Colors of #12adff

#12adff

Complementary Color

#12adff #ff6412

#12adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#12adff Color CSS Codes

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

#12adff Text Font Color

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

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


#12adff Background Color

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

This div background color is #12adff


#12adff Border Color

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

This div border color is #12adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12adff


Comments

No comments written yet.

Please login to write comment.