color codes Logo

#12b9eb color codes

#12B9EB
(18,185,235)
0 Favorites   0 Comments

Color spaces of #12b9eb

RGB 18185235
HSL0.540.860.50
HSV194°92°92°
CMYK 0.920.210.00   0.08
XYZ32.593840.824784.7593
Yxy40.82470.20610.2581
Hunter Lab63.8942-20.7582-33.9256
CIE-Lab70.0529-20.9440-35.6136

#12b9eb color RGB value is (18,185,235).

#12b9eb hex color red value is 18, green value is 185 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #12b9eb hue: 0.54 , saturation: 0.86 and the lightness value of 12b9eb is 0.50.

The process color (four color CMYK) of #12b9eb color code is 0.92, 0.21, 0.00, 0.08. Web safe color of #12b9eb is #00ccff. Color #12b9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111001 11101011
Octal 22 271 353
Decimal 18 185 235
Hex 12 B9 EB

RGB Percentages of Color #12b9eb

%4.11
%42.24
%53.65

CMYK Percentages of Color #12b9eb

%92
%21
%0
%8

Triadic Colors of #12b9eb

#12b9eb #eb12b9 #b9eb12

Analogous Colors of #12b9eb

#12b9eb #124ceb #12ebb1

Monochromatic Colors of #12b9eb

#12b9eb

Complementary Color

#12b9eb #eb4412

#12b9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12b9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12b9eb Color CSS Codes

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

#12b9eb Text Font Color

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

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


#12b9eb Background Color

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

This div background color is #12b9eb


#12b9eb Border Color

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

This div border color is #12b9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12b9eb


Comments

No comments written yet.

Please login to write comment.