Color Hex Logo

#124cbc Color Hex

#124CBC
(18,76,188)
0 Favorites   0 Comments

Color spaces of #124cbc

RGB 1876188
HSL0.610.830.40
HSV220°90°74°
CMYK 0.900.600.00   0.26
XYZ11.91108.928348.6725
Yxy8.92830.17140.1284
Hunter Lab29.880318.8640-75.6624
CIE-Lab35.845926.7375-63.5330

#124cbc color RGB value is (18,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001100 10111100
Octal 22 114 274
Decimal 18 76 188
Hex 12 4C BC

RGB Percentages of Color #124cbc

%6.38
%26.95
%66.67

CMYK Percentages of Color #124cbc

%90
%60
%0
%26

Triadic Colors of #124cbc

#124cbc #bc124c #4cbc12

Analogous Colors of #124cbc

#124cbc #2d12bc #12a1bc

Monochromatic Colors of #124cbc

#124cbc

Complementary Color

#124cbc #bc8212

#124cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#124cbc Color CSS Codes

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

#124cbc Text Font Color

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

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


#124cbc Background Color

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

This div background color is #124cbc


#124cbc Border Color

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

This div border color is #124cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,76,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 #124cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124cbc


Comments

No comments written yet.

Please login to write comment.