Color Hex Logo

#263e14 Color Hex

#263E14
(38,62,20)
0 Favorites   0 Comments

Color spaces of #263e14

RGB 386220
HSL0.260.510.16
HSV94°68°24°
CMYK 0.390.000.68   0.76
XYZ2.64823.90781.2765
Yxy3.90780.33810.4989
Hunter Lab19.7682-10.681910.0091
CIE-Lab23.3643-18.093922.4351

#263e14 color RGB value is (38,62,20).

#263e14 hex color red value is 38, green value is 62 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #263e14 hue: 0.26 , saturation: 0.51 and the lightness value of 263e14 is 0.16.

The process color (four color CMYK) of #263e14 color hex is 0.39, 0.00, 0.68, 0.76. Web safe color of #263e14 is #333300. Color #263e14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111110 00010100
Octal 46 76 24
Decimal 38 62 20
Hex 26 3E 14

RGB Percentages of Color #263e14

%31.67
%51.67
%16.67

CMYK Percentages of Color #263e14

%39
%0
%68
%76

Triadic Colors of #263e14

#263e14 #14263e #3e1426

Analogous Colors of #263e14

#263e14 #143e17 #3b3e14

Monochromatic Colors of #263e14

#263e14

Complementary Color

#263e14 #2c143e

#263e14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263e14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263e14 Color CSS Codes

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

#263e14 Text Font Color

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

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


#263e14 Background Color

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

This div background color is #263e14


#263e14 Border Color

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

This div border color is #263e14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,62,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #263e14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #263e14;
  -webkit-box-shadow: 1px 1px 3px 2px #263e14;
  box-shadow:         1px 1px 3px 2px #263e14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,62,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263e14


Comments

No comments written yet.

Please login to write comment.