Color Hex Logo

#002333 Color Hex

#002333
(0,35,51)
2 Favorites   0 Comments

Color spaces of #002333

RGB 03551
HSL0.551.000.10
HSV199°100°20°
CMYK 1.000.310.00   0.80
XYZ1.19861.44113.3470
Yxy1.44110.20020.2407
Hunter Lab12.0046-3.1857-8.1274
CIE-Lab12.2286-5.2940-13.9811

#002333 color RGB value is (0,35,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100011 00110011
Octal 0 43 63
Decimal 0 35 51
Hex 0 23 33

RGB Percentages of Color #002333

%0.00
%40.70
%59.30

CMYK Percentages of Color #002333

%100
%31
%0
%80

Triadic Colors of #002333

#002333 #330023 #233300

Analogous Colors of #002333

#002333 #000933 #00332a

Monochromatic Colors of #002333

#002333

Complementary Color

#002333 #331000

#002333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002333 Color CSS Codes

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

#002333 Text Font Color

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

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


#002333 Background Color

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

This div background color is #002333


#002333 Border Color

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

This div border color is #002333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002333

#002333 Color Palettes


Comments

No comments written yet.

Please login to write comment.