Color Hex Logo

#124dae Color Hex

#124DAE
(18,77,174)
0 Favorites   0 Comments

Color spaces of #124dae

RGB 1877174
HSL0.600.810.38
HSV217°90°68°
CMYK 0.900.560.00   0.32
XYZ10.54338.492341.1279
Yxy8.49230.17520.1412
Hunter Lab29.141613.5829-63.2778
CIE-Lab34.987820.4672-56.6635

#124dae color RGB value is (18,77,174).

#124dae hex color red value is 18, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #124dae hue: 0.60 , saturation: 0.81 and the lightness value of 124dae is 0.38.

The process color (four color CMYK) of #124dae color hex is 0.90, 0.56, 0.00, 0.32. Web safe color of #124dae is #006699. Color #124dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001101 10101110
Octal 22 115 256
Decimal 18 77 174
Hex 12 4D AE

RGB Percentages of Color #124dae

%6.69
%28.62
%64.68

CMYK Percentages of Color #124dae

%90
%56
%0
%32

Triadic Colors of #124dae

#124dae #ae124d #4dae12

Analogous Colors of #124dae

#124dae #2512ae #129bae

Monochromatic Colors of #124dae

#124dae

Complementary Color

#124dae #ae7312

#124dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#124dae Color CSS Codes

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

#124dae Text Font Color

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

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


#124dae Background Color

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

This div background color is #124dae


#124dae Border Color

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

This div border color is #124dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124dae


Comments

No comments written yet.

Please login to write comment.