Color Hex Logo

#114835 Color Hex

#114835
(17,72,53)
0 Favorites   0 Comments

Color spaces of #114835

RGB 177253
HSL0.440.620.17
HSV159°76°28°
CMYK 0.760.000.26   0.72
XYZ3.19115.01094.1672
Yxy5.01090.25800.4051
Hunter Lab22.3850-13.72774.6321
CIE-Lab26.7658-23.03426.3344

#114835 color RGB value is (17,72,53).

#114835 hex color red value is 17, green value is 72 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #114835 hue: 0.44 , saturation: 0.62 and the lightness value of 114835 is 0.17.

The process color (four color CMYK) of #114835 color hex is 0.76, 0.00, 0.26, 0.72. Web safe color of #114835 is #003333. Color #114835 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001000 00110101
Octal 21 110 65
Decimal 17 72 53
Hex 11 48 35

RGB Percentages of Color #114835

%11.97
%50.70
%37.32

CMYK Percentages of Color #114835

%76
%0
%26
%72

Triadic Colors of #114835

#114835 #351148 #483511

Analogous Colors of #114835

#114835 #114048 #11481a

Monochromatic Colors of #114835

#114835

Complementary Color

#114835 #481124

#114835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114835 Color CSS Codes

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

#114835 Text Font Color

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

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


#114835 Background Color

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

This div background color is #114835


#114835 Border Color

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

This div border color is #114835


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,72,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 #114835">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114835


Comments

No comments written yet.

Please login to write comment.