Color Hex Logo

#127635 Color Hex

#127635
(18,118,53)
0 Favorites   0 Comments

Color spaces of #127635

RGB 1811853
HSL0.390.740.27
HSV141°85°46°
CMYK 0.850.000.55   0.54
XYZ7.370513.34255.5551
Yxy13.34250.28060.5079
Hunter Lab36.5274-27.905216.5523
CIE-Lab43.2748-42.277528.0202

#127635 color RGB value is (18,118,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110110 00110101
Octal 22 166 65
Decimal 18 118 53
Hex 12 76 35

RGB Percentages of Color #127635

%9.52
%62.43
%28.04

CMYK Percentages of Color #127635

%85
%0
%55
%54

Triadic Colors of #127635

#127635 #351276 #763512

Analogous Colors of #127635

#127635 #127667 #217612

Monochromatic Colors of #127635

#127635

Complementary Color

#127635 #761253

#127635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127635 Color CSS Codes

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

#127635 Text Font Color

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

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


#127635 Background Color

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

This div background color is #127635


#127635 Border Color

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

This div border color is #127635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127635


Comments

No comments written yet.

Please login to write comment.