Color Hex Logo

#002834 Color Hex

#002834
(0,40,52)
0 Favorites   0 Comments

Color spaces of #002834

RGB 04052
HSL0.541.000.10
HSV194°100°20°
CMYK 1.000.230.00   0.80
XYZ1.37861.76553.5169
Yxy1.76550.20700.2651
Hunter Lab13.2872-4.7326-6.3920
CIE-Lab14.2051-8.2572-11.6159

#002834 color RGB value is (0,40,52).

#002834 hex color red value is 0, green value is 40 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #002834 hue: 0.54 , saturation: 1.00 and the lightness value of 002834 is 0.10.

The process color (four color CMYK) of #002834 color hex is 1.00, 0.23, 0.00, 0.80. Web safe color of #002834 is #003333. Color #002834 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101000 00110100
Octal 0 50 64
Decimal 0 40 52
Hex 0 28 34

RGB Percentages of Color #002834

%0.00
%43.48
%56.52

CMYK Percentages of Color #002834

%100
%23
%0
%80

Triadic Colors of #002834

#002834 #340028 #283400

Analogous Colors of #002834

#002834 #000e34 #003426

Monochromatic Colors of #002834

#002834

Complementary Color

#002834 #340c00

#002834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002834 Color CSS Codes

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

#002834 Text Font Color

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

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


#002834 Background Color

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

This div background color is #002834


#002834 Border Color

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

This div border color is #002834


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,40,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002834; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002834;
  -webkit-box-shadow: 1px 1px 3px 2px #002834;
  box-shadow:         1px 1px 3px 2px #002834; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,40,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002834


Comments

No comments written yet.

Please login to write comment.