Color Hex Logo

#127248 Color Hex

#127248
(18,114,72)
0 Favorites   0 Comments

Color spaces of #127248

RGB 1811472
HSL0.430.730.26
HSV154°84°45°
CMYK 0.840.000.37   0.55
XYZ7.436512.63118.1770
Yxy12.63110.26330.4472
Hunter Lab35.5403-24.845811.2369
CIE-Lab42.2021-37.018915.9680

#127248 color RGB value is (18,114,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110010 01001000
Octal 22 162 110
Decimal 18 114 72
Hex 12 72 48

RGB Percentages of Color #127248

%8.82
%55.88
%35.29

CMYK Percentages of Color #127248

%84
%0
%37
%55

Triadic Colors of #127248

#127248 #481272 #724812

Analogous Colors of #127248

#127248 #126c72 #127218

Monochromatic Colors of #127248

#127248

Complementary Color

#127248 #72123c

#127248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127248 Color CSS Codes

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

#127248 Text Font Color

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

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


#127248 Background Color

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

This div background color is #127248


#127248 Border Color

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

This div border color is #127248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127248


Comments

No comments written yet.

Please login to write comment.