Color Hex Logo

#138274 Color Hex

#138274
(19,130,116)
0 Favorites   0 Comments

Color spaces of #138274

RGB 19130116
HSL0.480.740.29
HSV172°85°51°
CMYK 0.850.000.11   0.49
XYZ11.403617.364719.2737
Yxy17.36470.23740.3614
Hunter Lab41.6710-24.07621.7468
CIE-Lab48.7163-32.3431-0.7163

#138274 color RGB value is (19,130,116).

#138274 hex color red value is 19, green value is 130 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #138274 hue: 0.48 , saturation: 0.74 and the lightness value of 138274 is 0.29.

The process color (four color CMYK) of #138274 color hex is 0.85, 0.00, 0.11, 0.49. Web safe color of #138274 is #009966. Color #138274 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000010 01110100
Octal 23 202 164
Decimal 19 130 116
Hex 13 82 74

RGB Percentages of Color #138274

%7.17
%49.06
%43.77

CMYK Percentages of Color #138274

%85
%0
%11
%49

Triadic Colors of #138274

#138274 #741382 #827413

Analogous Colors of #138274

#138274 #135882 #13823d

Monochromatic Colors of #138274

#138274

Complementary Color

#138274 #821321

#138274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138274 Color CSS Codes

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

#138274 Text Font Color

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

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


#138274 Background Color

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

This div background color is #138274


#138274 Border Color

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

This div border color is #138274


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,130,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138274


Comments

No comments written yet.

Please login to write comment.