Color Hex Logo

#127155 Color Hex

#127155
(18,113,85)
0 Favorites   0 Comments

Color spaces of #127155

RGB 1811385
HSL0.450.730.26
HSV162°84°44°
CMYK 0.840.000.25   0.56
XYZ7.794312.594710.6146
Yxy12.59470.25140.4062
Hunter Lab35.4890-22.90267.1089
CIE-Lab42.1461-33.40158.2046

#127155 color RGB value is (18,113,85).

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

The process color (four color CMYK) of #127155 color hex is 0.84, 0.00, 0.25, 0.56. Web safe color of #127155 is #006666. Color #127155 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110001 01010101
Octal 22 161 125
Decimal 18 113 85
Hex 12 71 55

RGB Percentages of Color #127155

%8.33
%52.31
%39.35

CMYK Percentages of Color #127155

%84
%0
%25
%56

Triadic Colors of #127155

#127155 #551271 #715512

Analogous Colors of #127155

#127155 #125d71 #127126

Monochromatic Colors of #127155

#127155

Complementary Color

#127155 #71122e

#127155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127155 Color CSS Codes

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

#127155 Text Font Color

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

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


#127155 Background Color

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

This div background color is #127155


#127155 Border Color

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

This div border color is #127155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127155


Comments

No comments written yet.

Please login to write comment.