Color Hex Logo

#12998d Color Hex

#12998D
(18,153,141)
0 Favorites   0 Comments

Color spaces of #12998d

RGB 18153141
HSL0.490.790.34
HSV175°88°60°
CMYK 0.880.000.08   0.40
XYZ16.448424.834229.1259
Yxy24.83420.23360.3527
Hunter Lab49.8339-28.29290.2312
CIE-Lab56.9135-35.6499-3.1525

#12998d color RGB value is (18,153,141).

#12998d hex color red value is 18, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #12998d hue: 0.49 , saturation: 0.79 and the lightness value of 12998d is 0.34.

The process color (four color CMYK) of #12998d color hex is 0.88, 0.00, 0.08, 0.40. Web safe color of #12998d is #009999. Color #12998d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011001 10001101
Octal 22 231 215
Decimal 18 153 141
Hex 12 99 8D

RGB Percentages of Color #12998d

%5.77
%49.04
%45.19

CMYK Percentages of Color #12998d

%88
%0
%8
%40

Triadic Colors of #12998d

#12998d #8d1299 #998d12

Analogous Colors of #12998d

#12998d #126299 #12994a

Monochromatic Colors of #12998d

#12998d

Complementary Color

#12998d #99121e

#12998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12998d Color CSS Codes

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

#12998d Text Font Color

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

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


#12998d Background Color

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

This div background color is #12998d


#12998d Border Color

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

This div border color is #12998d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,153,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12998d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12998d;
  -webkit-box-shadow: 1px 1px 3px 2px #12998d;
  box-shadow:         1px 1px 3px 2px #12998d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12998d


Comments

No comments written yet.

Please login to write comment.