Color Hex Logo

#123cec Color Hex

#123CEC
(18,60,236)
0 Favorites   0 Comments

Color spaces of #123cec

RGB 1860236
HSL0.630.860.50
HSV228°92°93°
CMYK 0.920.750.00   0.07
XYZ17.00569.416480.2781
Yxy9.41640.15940.0883
Hunter Lab30.686245.2201-133.6284
CIE-Lab36.774054.2700-89.6900

#123cec color RGB value is (18,60,236).

#123cec hex color red value is 18, green value is 60 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #123cec hue: 0.63 , saturation: 0.86 and the lightness value of 123cec is 0.50.

The process color (four color CMYK) of #123cec color hex is 0.92, 0.75, 0.00, 0.07. Web safe color of #123cec is #0033ff. Color #123cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111100 11101100
Octal 22 74 354
Decimal 18 60 236
Hex 12 3C EC

RGB Percentages of Color #123cec

%5.73
%19.11
%75.16

CMYK Percentages of Color #123cec

%92
%75
%0
%7

Triadic Colors of #123cec

#123cec #ec123c #3cec12

Analogous Colors of #123cec

#123cec #5512ec #12a9ec

Monochromatic Colors of #123cec

#123cec

Complementary Color

#123cec #ecc212

#123cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#123cec Color CSS Codes

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

#123cec Text Font Color

<p style="color:#123cec">Text here</p>

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


#123cec Background Color

<div style="background-color:#123cec">
Div content here</div>

This div background color is #123cec


#123cec Border Color

<div style="border:3px solid #123cec">
Div here</div>

This div border color is #123cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,60,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #123cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #123cec;
  -webkit-box-shadow: 1px 1px 3px 2px #123cec;
  box-shadow:         1px 1px 3px 2px #123cec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123cec


Comments

No comments written yet.

Please login to write comment.