Color Hex Logo

#124fae Color Hex

#124FAE
(18,79,174)
0 Favorites   0 Comments

Color spaces of #124fae

RGB 1879174
HSL0.600.810.38
HSV217°90°68°
CMYK 0.900.550.00   0.32
XYZ10.68548.776641.1753
Yxy8.77660.17620.1447
Hunter Lab29.625312.5379-61.6676
CIE-Lab35.550619.1160-55.7488

#124fae color RGB value is (18,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001111 10101110
Octal 22 117 256
Decimal 18 79 174
Hex 12 4F AE

RGB Percentages of Color #124fae

%6.64
%29.15
%64.21

CMYK Percentages of Color #124fae

%90
%55
%0
%32

Triadic Colors of #124fae

#124fae #ae124f #4fae12

Analogous Colors of #124fae

#124fae #2312ae #129dae

Monochromatic Colors of #124fae

#124fae

Complementary Color

#124fae #ae7112

#124fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#124fae Color CSS Codes

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

#124fae Text Font Color

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

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


#124fae Background Color

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

This div background color is #124fae


#124fae Border Color

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

This div border color is #124fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124fae


Comments

No comments written yet.

Please login to write comment.