Color Hex Logo

#124cbd Color Hex

#124CBD
(18,76,189)
0 Favorites   0 Comments

Color spaces of #124cbd

RGB 1876189
HSL0.610.830.41
HSV220°90°74°
CMYK 0.900.600.00   0.26
XYZ12.01928.971649.2423
Yxy8.97160.17110.1277
Hunter Lab29.952619.2102-76.5063
CIE-Lab35.929627.1322-63.9831

#124cbd color RGB value is (18,76,189).

#124cbd hex color red value is 18, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #124cbd hue: 0.61 , saturation: 0.83 and the lightness value of 124cbd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001100 10111101
Octal 22 114 275
Decimal 18 76 189
Hex 12 4C BD

RGB Percentages of Color #124cbd

%6.36
%26.86
%66.78

CMYK Percentages of Color #124cbd

%90
%60
%0
%26

Triadic Colors of #124cbd

#124cbd #bd124c #4cbd12

Analogous Colors of #124cbd

#124cbd #2d12bd #12a2bd

Monochromatic Colors of #124cbd

#124cbd

Complementary Color

#124cbd #bd8312

#124cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#124cbd Color CSS Codes

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

#124cbd Text Font Color

<p style="color:#124cbd">Text here</p>

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


#124cbd Background Color

<div style="background-color:#124cbd">
Div content here</div>

This div background color is #124cbd


#124cbd Border Color

<div style="border:3px solid #124cbd">
Div here</div>

This div border color is #124cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,76,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #124cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #124cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #124cbd;
  box-shadow:         1px 1px 3px 2px #124cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124cbd


Comments

No comments written yet.

Please login to write comment.