Color Hex Logo

#127838 Color Hex

#127838
(18,120,56)
0 Favorites   0 Comments

Color spaces of #127838

RGB 1812056
HSL0.400.740.27
HSV142°85°47°
CMYK 0.850.000.53   0.53
XYZ7.679713.84716.0094
Yxy13.84710.27890.5029
Hunter Lab37.2117-28.281916.4733
CIE-Lab44.0129-42.517827.3233

#127838 color RGB value is (18,120,56).

#127838 hex color red value is 18, green value is 120 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #127838 hue: 0.40 , saturation: 0.74 and the lightness value of 127838 is 0.27.

The process color (four color CMYK) of #127838 color hex is 0.85, 0.00, 0.53, 0.53. Web safe color of #127838 is #006633. Color #127838 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111000 00111000
Octal 22 170 70
Decimal 18 120 56
Hex 12 78 38

RGB Percentages of Color #127838

%9.28
%61.86
%28.87

CMYK Percentages of Color #127838

%85
%0
%53
%53

Triadic Colors of #127838

#127838 #381278 #783812

Analogous Colors of #127838

#127838 #12786b #1f7812

Monochromatic Colors of #127838

#127838

Complementary Color

#127838 #781252

#127838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127838 Color CSS Codes

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

#127838 Text Font Color

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

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


#127838 Background Color

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

This div background color is #127838


#127838 Border Color

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

This div border color is #127838


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,120,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #127838; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #127838;
  -webkit-box-shadow: 1px 1px 3px 2px #127838;
  box-shadow:         1px 1px 3px 2px #127838; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,120,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127838


Comments

No comments written yet.

Please login to write comment.