color codes Logo

#034cdc color codes

#034CDC
(3,76,220)
0 Favorites   0 Comments

Color spaces of #034cdc

RGB 376220
HSL0.610.970.44
HSV220°99°86°
CMYK 0.990.650.00   0.14
XYZ15.540310.355568.8899
Yxy10.35550.16400.1093
Hunter Lab32.180029.8860-104.4003
CIE-Lab38.473038.6098-77.7776

#034cdc color RGB value is (3,76,220).

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

The process color (four color CMYK) of #034cdc color code is 0.99, 0.65, 0.00, 0.14. Web safe color of #034cdc is #0033cc. Color #034cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001100 11011100
Octal 3 114 334
Decimal 3 76 220
Hex 3 4C DC

RGB Percentages of Color #034cdc

%1.00
%25.42
%73.58

CMYK Percentages of Color #034cdc

%99
%65
%0
%14

Triadic Colors of #034cdc

#034cdc #dc034c #4cdc03

Analogous Colors of #034cdc

#034cdc #2603dc #03b9dc

Monochromatic Colors of #034cdc

#034cdc

Complementary Color

#034cdc #dc9303

#034cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#034cdc Color CSS Codes

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

#034cdc Text Font Color

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

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


#034cdc Background Color

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

This div background color is #034cdc


#034cdc Border Color

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

This div border color is #034cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034cdc


Comments

No comments written yet.

Please login to write comment.