Color Hex Logo

#123abc Color Hex

#123ABC
(18,58,188)
4 Favorites   2 Comments

Color spaces of #123abc

RGB 1858188
HSL0.630.830.40
HSV226°90°74°
CMYK 0.900.690.00   0.26
XYZ10.83966.785648.3154
Yxy6.78560.16440.1029
Hunter Lab26.049228.6914-91.7352
CIE-Lab31.313838.5334-70.9721

#123abc color RGB value is (18,58,188).

#123abc hex color red value is 18, green value is 58 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #123abc hue: 0.63 , saturation: 0.83 and the lightness value of 123abc is 0.40.

The process color (four color CMYK) of #123abc color hex is 0.90, 0.69, 0.00, 0.26. Web safe color of #123abc is #0033cc. Color #123abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111010 10111100
Octal 22 72 274
Decimal 18 58 188
Hex 12 3A BC

RGB Percentages of Color #123abc

%6.82
%21.97
%71.21

CMYK Percentages of Color #123abc

%90
%69
%0
%26

Triadic Colors of #123abc

#123abc #bc123a #3abc12

Analogous Colors of #123abc

#123abc #3f12bc #128fbc

Monochromatic Colors of #123abc

#123abc

Complementary Color

#123abc #bc9412

#123abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#123abc Color CSS Codes

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

#123abc Text Font Color

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

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


#123abc Background Color

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

This div background color is #123abc


#123abc Border Color

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

This div border color is #123abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123abc

#123abc Color Palettes


Comments

26 Mar 2021, 15:30 Bit125

Who know that this would give me such a generic blue?

3 Oct 2016, 20:23 MoonFlash

X""D

Please login to write comment.