Color Hex Logo

#047dae Color Hex

#047DAE
(4,125,174)
0 Favorites   0 Comments

Color spaces of #047dae

RGB 4125174
HSL0.550.960.35
HSV197°98°68°
CMYK 0.980.280.00   0.32
XYZ15.023717.749042.6785
Yxy17.74900.19910.2352
Hunter Lab42.1296-10.0724-30.5718
CIE-Lab49.1902-10.6488-33.9711

#047dae color RGB value is (4,125,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111101 10101110
Octal 4 175 256
Decimal 4 125 174
Hex 4 7D AE

RGB Percentages of Color #047dae

%1.32
%41.25
%57.43

CMYK Percentages of Color #047dae

%98
%28
%0
%32

Triadic Colors of #047dae

#047dae #ae047d #7dae04

Analogous Colors of #047dae

#047dae #0428ae #04ae8a

Monochromatic Colors of #047dae

#047dae

Complementary Color

#047dae #ae3504

#047dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#047dae Color CSS Codes

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

#047dae Text Font Color

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

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


#047dae Background Color

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

This div background color is #047dae


#047dae Border Color

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

This div border color is #047dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047dae


Comments

No comments written yet.

Please login to write comment.