Color Hex Logo

#12bcef Color Hex

#12BCEF
(18,188,239)
0 Favorites   0 Comments

Color spaces of #12bcef

RGB 18188239
HSL0.540.870.50
HSV194°92°94°
CMYK 0.920.210.00   0.06
XYZ33.812742.327088.0492
Yxy42.32700.20590.2578
Hunter Lab65.0592-21.0832-34.6999
CIE-Lab71.0958-21.1297-36.1658

#12bcef color RGB value is (18,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10111100 11101111
Octal 22 274 357
Decimal 18 188 239
Hex 12 BC EF

RGB Percentages of Color #12bcef

%4.04
%42.25
%53.71

CMYK Percentages of Color #12bcef

%92
%21
%0
%6

Triadic Colors of #12bcef

#12bcef #ef12bc #bcef12

Analogous Colors of #12bcef

#12bcef #124eef #12efb4

Monochromatic Colors of #12bcef

#12bcef

Complementary Color

#12bcef #ef4512

#12bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#12bcef Color CSS Codes

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

#12bcef Text Font Color

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

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


#12bcef Background Color

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

This div background color is #12bcef


#12bcef Border Color

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

This div border color is #12bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12bcef


Comments

No comments written yet.

Please login to write comment.