Color Hex Logo

#127438 Color Hex

#127438
(18,116,56)
0 Favorites   0 Comments

Color spaces of #127438

RGB 1811656
HSL0.400.730.26
HSV143°84°45°
CMYK 0.840.000.52   0.55
XYZ7.208712.90495.8523
Yxy12.90490.27760.4970
Hunter Lab35.9234-27.046615.4874
CIE-Lab42.6196-41.025025.5906

#127438 color RGB value is (18,116,56).

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

The process color (four color CMYK) of #127438 color hex is 0.84, 0.00, 0.52, 0.55. Web safe color of #127438 is #006633. Color #127438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110100 00111000
Octal 22 164 70
Decimal 18 116 56
Hex 12 74 38

RGB Percentages of Color #127438

%9.47
%61.05
%29.47

CMYK Percentages of Color #127438

%84
%0
%52
%55

Triadic Colors of #127438

#127438 #381274 #743812

Analogous Colors of #127438

#127438 #127469 #1d7412

Monochromatic Colors of #127438

#127438

Complementary Color

#127438 #74124e

#127438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127438 Color CSS Codes

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

#127438 Text Font Color

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

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


#127438 Background Color

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

This div background color is #127438


#127438 Border Color

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

This div border color is #127438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127438


Comments

No comments written yet.

Please login to write comment.