Color Hex Logo

#12baff Color Hex

#12BAFF
(18,186,255)
0 Favorites   0 Comments

Color spaces of #12baff

RGB 18186255
HSL0.551.000.54
HSV197°93°100°
CMYK 0.930.270.00   0.00
XYZ35.858442.4664100.9146
Yxy42.46640.20010.2369
Hunter Lab65.1662-15.8195-46.1984
CIE-Lab71.1913-14.5360-44.6672

#12baff color RGB value is (18,186,255).

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

The process color (four color CMYK) of #12baff color hex is 0.93, 0.27, 0.00, 0.00. Web safe color of #12baff is #00ccff. Color #12baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111010 11111111
Octal 22 272 377
Decimal 18 186 255
Hex 12 BA FF

RGB Percentages of Color #12baff

%3.92
%40.52
%55.56

CMYK Percentages of Color #12baff

%93
%27
%0
%0

Triadic Colors of #12baff

#12baff #ff12ba #baff12

Analogous Colors of #12baff

#12baff #1244ff #12ffce

Monochromatic Colors of #12baff

#12baff

Complementary Color

#12baff #ff5712

#12baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#12baff Color CSS Codes

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

#12baff Text Font Color

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

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


#12baff Background Color

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

This div background color is #12baff


#12baff Border Color

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

This div border color is #12baff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,186,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 #12baff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12baff

Related Colors


Comments

No comments written yet.

Please login to write comment.