Color Hex Logo

#12baee Color Hex

#12BAEE
(18,186,238)
0 Favorites   0 Comments

Color spaces of #12baee

RGB 18186238
HSL0.540.870.50
HSV194°92°93°
CMYK 0.920.220.00   0.07
XYZ33.241041.419587.1317
Yxy41.41950.20550.2560
Hunter Lab64.3580-20.4309-35.2198
CIE-Lab70.4688-20.4354-36.5973

#12baee color RGB value is (18,186,238).

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

The process color (four color CMYK) of #12baee color hex is 0.92, 0.22, 0.00, 0.07. Web safe color of #12baee is #00ccff. Color #12baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111010 11101110
Octal 22 272 356
Decimal 18 186 238
Hex 12 BA EE

RGB Percentages of Color #12baee

%4.07
%42.08
%53.85

CMYK Percentages of Color #12baee

%92
%22
%0
%7

Triadic Colors of #12baee

#12baee #ee12ba #baee12

Analogous Colors of #12baee

#12baee #124cee #12eeb4

Monochromatic Colors of #12baee

#12baee

Complementary Color

#12baee #ee4612

#12baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#12baee Color CSS Codes

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

#12baee Text Font Color

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

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


#12baee Background Color

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

This div background color is #12baee


#12baee Border Color

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

This div border color is #12baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12baee


Comments

No comments written yet.

Please login to write comment.