Color Hex Logo

#114023 Color Hex

#114023
(17,64,35)
0 Favorites   0 Comments

Color spaces of #114023

RGB 176435
HSL0.400.580.16
HSV143°73°25°
CMYK 0.730.000.45   0.75
XYZ2.36793.90732.2195
Yxy3.90730.27880.4600
Hunter Lab19.7669-13.20937.1795
CIE-Lab23.3626-23.635313.2327

#114023 color RGB value is (17,64,35).

#114023 hex color red value is 17, green value is 64 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #114023 hue: 0.40 , saturation: 0.58 and the lightness value of 114023 is 0.16.

The process color (four color CMYK) of #114023 color hex is 0.73, 0.00, 0.45, 0.75. Web safe color of #114023 is #003333. Color #114023 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000000 00100011
Octal 21 100 43
Decimal 17 64 35
Hex 11 40 23

RGB Percentages of Color #114023

%14.66
%55.17
%30.17

CMYK Percentages of Color #114023

%73
%0
%45
%75

Triadic Colors of #114023

#114023 #231140 #402311

Analogous Colors of #114023

#114023 #11403b #174011

Monochromatic Colors of #114023

#114023

Complementary Color

#114023 #40112e

#114023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114023 Color CSS Codes

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

#114023 Text Font Color

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

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


#114023 Background Color

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

This div background color is #114023


#114023 Border Color

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

This div border color is #114023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114023

#114023 Color Palettes


Comments

No comments written yet.

Please login to write comment.