Color Hex Logo

#002154 Color Hex

#002154
(0,33,84)
0 Favorites   0 Comments

Color spaces of #002154

RGB 03384
HSL0.601.000.16
HSV216°100°33°
CMYK 1.000.610.00   0.67
XYZ2.14411.72788.6080
Yxy1.72780.17180.1384
Hunter Lab13.14466.1133-29.6261
CIE-Lab13.988612.0161-34.1331

#002154 color RGB value is (0,33,84).

#002154 hex color red value is 0, green value is 33 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #002154 hue: 0.60 , saturation: 1.00 and the lightness value of 002154 is 0.16.

The process color (four color CMYK) of #002154 color hex is 1.00, 0.61, 0.00, 0.67. Web safe color of #002154 is #003366. Color #002154 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100001 01010100
Octal 0 41 124
Decimal 0 33 84
Hex 0 21 54

RGB Percentages of Color #002154

%0.00
%28.21
%71.79

CMYK Percentages of Color #002154

%100
%61
%0
%67

Triadic Colors of #002154

#002154 #540021 #215400

Analogous Colors of #002154

#002154 #090054 #004b54

Monochromatic Colors of #002154

#002154

Complementary Color

#002154 #543300

#002154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002154 Color CSS Codes

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

#002154 Text Font Color

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

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


#002154 Background Color

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

This div background color is #002154


#002154 Border Color

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

This div border color is #002154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002154


Comments

No comments written yet.

Please login to write comment.