Color Hex Logo

#12badb Color Hex

#12BADB
(18,186,219)
0 Favorites   0 Comments

Color spaces of #12badb

RGB 18186219
HSL0.530.850.46
HSV190°92°86°
CMYK 0.920.150.00   0.14
XYZ30.594540.360973.1958
Yxy40.36090.21220.2800
Hunter Lab63.5302-25.2170-23.8393
CIE-Lab69.7258-26.8413-27.3987

#12badb color RGB value is (18,186,219).

#12badb hex color red value is 18, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #12badb hue: 0.53 , saturation: 0.85 and the lightness value of 12badb is 0.46.

The process color (four color CMYK) of #12badb color hex is 0.92, 0.15, 0.00, 0.14. Web safe color of #12badb is #00cccc. Color #12badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111010 11011011
Octal 22 272 333
Decimal 18 186 219
Hex 12 BA DB

RGB Percentages of Color #12badb

%4.26
%43.97
%51.77

CMYK Percentages of Color #12badb

%92
%15
%0
%14

Triadic Colors of #12badb

#12badb #db12ba #badb12

Analogous Colors of #12badb

#12badb #1256db #12db98

Monochromatic Colors of #12badb

#12badb

Complementary Color

#12badb #db3312

#12badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12badb Color CSS Codes

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

#12badb Text Font Color

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

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


#12badb Background Color

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

This div background color is #12badb


#12badb Border Color

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

This div border color is #12badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12badb


Comments

No comments written yet.

Please login to write comment.