Color Hex Logo

#002328 Color Hex

#002328
(0,35,40)
0 Favorites   0 Comments

Color spaces of #002328

RGB 03540
HSL0.521.000.08
HSV188°100°16°
CMYK 1.000.130.00   0.84
XYZ0.98401.35532.2172
Yxy1.35530.21600.2974
Hunter Lab11.6417-5.2856-3.1427
CIE-Lab11.6569-10.2368-6.9307

#002328 color RGB value is (0,35,40).

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

The process color (four color CMYK) of #002328 color hex is 1.00, 0.13, 0.00, 0.84. Web safe color of #002328 is #003333. Color #002328 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100011 00101000
Octal 0 43 50
Decimal 0 35 40
Hex 0 23 28

RGB Percentages of Color #002328

%0.00
%46.67
%53.33

CMYK Percentages of Color #002328

%100
%13
%0
%84

Triadic Colors of #002328

#002328 #280023 #232800

Analogous Colors of #002328

#002328 #000f28 #002819

Monochromatic Colors of #002328

#002328

Complementary Color

#002328 #280500

#002328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002328 Color CSS Codes

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

#002328 Text Font Color

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

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


#002328 Background Color

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

This div background color is #002328


#002328 Border Color

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

This div border color is #002328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002328


Comments

No comments written yet.

Please login to write comment.