Color Hex Logo

#047cae Color Hex

#047CAE
(4,124,174)
0 Favorites   0 Comments

Color spaces of #047cae

RGB 4124174
HSL0.550.960.35
HSV198°98°68°
CMYK 0.980.290.00   0.32
XYZ14.897717.497142.6365
Yxy17.49710.19860.2332
Hunter Lab41.8295-9.6284-31.1531
CIE-Lab48.8804-10.0710-34.4573

#047cae color RGB value is (4,124,174).

#047cae hex color red value is 4, green value is 124 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #047cae hue: 0.55 , saturation: 0.96 and the lightness value of 047cae is 0.35.

The process color (four color CMYK) of #047cae color hex is 0.98, 0.29, 0.00, 0.32. Web safe color of #047cae is #006699. Color #047cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111100 10101110
Octal 4 174 256
Decimal 4 124 174
Hex 4 7C AE

RGB Percentages of Color #047cae

%1.32
%41.06
%57.62

CMYK Percentages of Color #047cae

%98
%29
%0
%32

Triadic Colors of #047cae

#047cae #ae047c #7cae04

Analogous Colors of #047cae

#047cae #0427ae #04ae8b

Monochromatic Colors of #047cae

#047cae

Complementary Color

#047cae #ae3604

#047cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#047cae Color CSS Codes

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

#047cae Text Font Color

<p style="color:#047cae">Text here</p>

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


#047cae Background Color

<div style="background-color:#047cae">
Div content here</div>

This div background color is #047cae


#047cae Border Color

<div style="border:3px solid #047cae">
Div here</div>

This div border color is #047cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047cae


Comments

No comments written yet.

Please login to write comment.