Color Hex Logo

#034ace Color Hex

#034ACE
(3,74,206)
0 Favorites   0 Comments

Color spaces of #034ace

RGB 374206
HSL0.610.970.41
HSV219°99°81°
CMYK 0.990.640.00   0.19
XYZ13.62699.373159.4835
Yxy9.37310.16520.1136
Hunter Lab30.615525.8728-93.7649
CIE-Lab36.692934.5667-72.6467

#034ace color RGB value is (3,74,206).

#034ace hex color red value is 3, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #034ace hue: 0.61 , saturation: 0.97 and the lightness value of 034ace is 0.41.

The process color (four color CMYK) of #034ace color hex is 0.99, 0.64, 0.00, 0.19. Web safe color of #034ace is #0033cc. Color #034ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001010 11001110
Octal 3 112 316
Decimal 3 74 206
Hex 3 4A CE

RGB Percentages of Color #034ace

%1.06
%26.15
%72.79

CMYK Percentages of Color #034ace

%99
%64
%0
%19

Triadic Colors of #034ace

#034ace #ce034a #4ace03

Analogous Colors of #034ace

#034ace #2103ce #03b0ce

Monochromatic Colors of #034ace

#034ace

Complementary Color

#034ace #ce8703

#034ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#034ace Color CSS Codes

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

#034ace Text Font Color

<p style="color:#034ace">Text here</p>

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


#034ace Background Color

<div style="background-color:#034ace">
Div content here</div>

This div background color is #034ace


#034ace Border Color

<div style="border:3px solid #034ace">
Div here</div>

This div border color is #034ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,74,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #034ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #034ace;
  -webkit-box-shadow: 1px 1px 3px 2px #034ace;
  box-shadow:         1px 1px 3px 2px #034ace; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,74,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034ace


Comments

No comments written yet.

Please login to write comment.