Color Hex Logo

#01998a Color Hex

#01998A
(1,153,138)
0 Favorites   0 Comments

Color spaces of #01998a

RGB 1153138
HSL0.480.990.30
HSV174°99°60°
CMYK 0.990.000.10   0.40
XYZ15.991224.623927.9548
Yxy24.62390.23320.3591
Hunter Lab49.6225-29.31641.3347
CIE-Lab56.7071-37.3662-1.7575

#01998a color RGB value is (1,153,138).

#01998a hex color red value is 1, green value is 153 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #01998a hue: 0.48 , saturation: 0.99 and the lightness value of 01998a is 0.30.

The process color (four color CMYK) of #01998a color hex is 0.99, 0.00, 0.10, 0.40. Web safe color of #01998a is #009999. Color #01998a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011001 10001010
Octal 1 231 212
Decimal 1 153 138
Hex 1 99 8A

RGB Percentages of Color #01998a

%0.34
%52.40
%47.26

CMYK Percentages of Color #01998a

%99
%0
%10
%40

Triadic Colors of #01998a

#01998a #8a0199 #998a01

Analogous Colors of #01998a

#01998a #015c99 #01993e

Monochromatic Colors of #01998a

#01998a

Complementary Color

#01998a #990110

#01998a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01998a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01998a Color CSS Codes

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

#01998a Text Font Color

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

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


#01998a Background Color

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

This div background color is #01998a


#01998a Border Color

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

This div border color is #01998a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,153,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01998a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01998a;
  -webkit-box-shadow: 1px 1px 3px 2px #01998a;
  box-shadow:         1px 1px 3px 2px #01998a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01998a


Comments

No comments written yet.

Please login to write comment.