Color Hex Logo

#002b34 Color Hex

#002B34
(0,43,52)
0 Favorites   0 Comments

Color spaces of #002b34

RGB 04352
HSL0.531.000.10
HSV190°100°20°
CMYK 1.000.170.00   0.80
XYZ1.48371.97573.5520
Yxy1.97570.21160.2818
Hunter Lab14.0560-5.7561-5.1437
CIE-Lab15.3592-10.2085-9.8373

#002b34 color RGB value is (0,43,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101011 00110100
Octal 0 53 64
Decimal 0 43 52
Hex 0 2B 34

RGB Percentages of Color #002b34

%0.00
%45.26
%54.74

CMYK Percentages of Color #002b34

%100
%17
%0
%80

Triadic Colors of #002b34

#002b34 #34002b #2b3400

Analogous Colors of #002b34

#002b34 #001134 #003423

Monochromatic Colors of #002b34

#002b34

Complementary Color

#002b34 #340900

#002b34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002b34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002b34 Color CSS Codes

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

#002b34 Text Font Color

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

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


#002b34 Background Color

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

This div background color is #002b34


#002b34 Border Color

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

This div border color is #002b34


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,43,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 #002b34">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002b34


Comments

No comments written yet.

Please login to write comment.