Color Hex Logo

#293035 Color Hex

#293035
(41,48,53)
0 Favorites   0 Comments

Color spaces of #293035

RGB 414853
HSL0.570.130.18
HSV205°23°21°
CMYK 0.230.090.00   0.79
XYZ2.61402.84243.7790
Yxy2.84240.28300.3078
Hunter Lab16.8594-1.8281-1.4881
CIE-Lab19.4013-1.6677-4.2014

#293035 color RGB value is (41,48,53).

#293035 hex color red value is 41, green value is 48 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #293035 hue: 0.57 , saturation: 0.13 and the lightness value of 293035 is 0.18.

The process color (four color CMYK) of #293035 color hex is 0.23, 0.09, 0.00, 0.79. Web safe color of #293035 is #333333. Color #293035 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110000 00110101
Octal 51 60 65
Decimal 41 48 53
Hex 29 30 35

RGB Percentages of Color #293035

%28.87
%33.80
%37.32

CMYK Percentages of Color #293035

%23
%9
%0
%79

Triadic Colors of #293035

#293035 #352930 #303529

Analogous Colors of #293035

#293035 #292a35 #293534

Monochromatic Colors of #293035

#293035

Complementary Color

#293035 #352e29

#293035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293035 Color CSS Codes

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

#293035 Text Font Color

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

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


#293035 Background Color

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

This div background color is #293035


#293035 Border Color

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

This div border color is #293035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293035


Comments

No comments written yet.

Please login to write comment.