Color Hex Logo

#124fcd Color Hex

#124FCD
(18,79,205)
0 Favorites   0 Comments

Color spaces of #124fcd

RGB 1879205
HSL0.610.840.44
HSV220°91°80°
CMYK 0.910.610.00   0.20
XYZ14.064910.128358.9713
Yxy10.12830.16910.1218
Hunter Lab31.825023.1935-87.5861
CIE-Lab38.071731.3980-69.7989

#124fcd color RGB value is (18,79,205).

#124fcd hex color red value is 18, green value is 79 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #124fcd hue: 0.61 , saturation: 0.84 and the lightness value of 124fcd is 0.44.

The process color (four color CMYK) of #124fcd color hex is 0.91, 0.61, 0.00, 0.20. Web safe color of #124fcd is #0066cc. Color #124fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001111 11001101
Octal 22 117 315
Decimal 18 79 205
Hex 12 4F CD

RGB Percentages of Color #124fcd

%5.96
%26.16
%67.88

CMYK Percentages of Color #124fcd

%91
%61
%0
%20

Triadic Colors of #124fcd

#124fcd #cd124f #4fcd12

Analogous Colors of #124fcd

#124fcd #3212cd #12adcd

Monochromatic Colors of #124fcd

#124fcd

Complementary Color

#124fcd #cd9012

#124fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#124fcd Color CSS Codes

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

#124fcd Text Font Color

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

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


#124fcd Background Color

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

This div background color is #124fcd


#124fcd Border Color

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

This div border color is #124fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124fcd


Comments

No comments written yet.

Please login to write comment.