Color Hex Logo

#2a2c30 Color Hex

#2A2C30
(42,44,48)
0 Favorites   1 Comments

Color spaces of #2a2c30

RGB 424448
HSL0.610.070.18
HSV220°13°19°
CMYK 0.130.080.00   0.81
XYZ2.38902.50703.1543
Yxy2.50700.29680.3114
Hunter Lab15.8335-0.7761-0.7281
CIE-Lab17.95020.1262-2.8900

#2a2c30 color RGB value is (42,44,48).

#2a2c30 hex color red value is 42, green value is 44 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #2a2c30 hue: 0.61 , saturation: 0.07 and the lightness value of 2a2c30 is 0.18.

The process color (four color CMYK) of #2a2c30 color hex is 0.13, 0.08, 0.00, 0.81. Web safe color of #2a2c30 is #333333. Color #2a2c30 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 00101100 00110000
Octal 52 54 60
Decimal 42 44 48
Hex 2A 2C 30

RGB Percentages of Color #2a2c30

%31.34
%32.84
%35.82

CMYK Percentages of Color #2a2c30

%13
%8
%0
%81

Triadic Colors of #2a2c30

#2a2c30 #302a2c #2c302a

Analogous Colors of #2a2c30

#2a2c30 #2b2a30 #2a2f30

Monochromatic Colors of #2a2c30

#2a2c30

Complementary Color

#2a2c30 #302e2a

#2a2c30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a2c30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a2c30 Color CSS Codes

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

#2a2c30 Text Font Color

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

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


#2a2c30 Background Color

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

This div background color is #2a2c30


#2a2c30 Border Color

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

This div border color is #2a2c30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,44,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a2c30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a2c30;
  -webkit-box-shadow: 1px 1px 3px 2px #2a2c30;
  box-shadow:         1px 1px 3px 2px #2a2c30; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,44,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a2c30


Comments

16 Aug 2018, 23:01 tommy_bomby

this is the exact same color as the thing on discord

Please login to write comment.