Color Hex Logo

#1999af Color Hex

#1999AF
(25,153,175)
0 Favorites   0 Comments

Color spaces of #1999af

RGB 25153175
HSL0.520.750.39
HSV189°86°69°
CMYK 0.860.130.00   0.31
XYZ19.530026.084344.5629
Yxy26.08430.21660.2893
Hunter Lab51.0728-21.1198-15.9818
CIE-Lab58.1170-24.4227-20.7034

#1999af color RGB value is (25,153,175).

#1999af hex color red value is 25, green value is 153 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1999af hue: 0.52 , saturation: 0.75 and the lightness value of 1999af is 0.39.

The process color (four color CMYK) of #1999af color hex is 0.86, 0.13, 0.00, 0.31. Web safe color of #1999af is #009999. Color #1999af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011001 10101111
Octal 31 231 257
Decimal 25 153 175
Hex 19 99 AF

RGB Percentages of Color #1999af

%7.08
%43.34
%49.58

CMYK Percentages of Color #1999af

%86
%13
%0
%31

Triadic Colors of #1999af

#1999af #af1999 #99af19

Analogous Colors of #1999af

#1999af #194eaf #19af7a

Monochromatic Colors of #1999af

#1999af

Complementary Color

#1999af #af2f19

#1999af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1999af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1999af Color CSS Codes

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

#1999af Text Font Color

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

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


#1999af Background Color

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

This div background color is #1999af


#1999af Border Color

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

This div border color is #1999af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,153,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1999af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1999af;
  -webkit-box-shadow: 1px 1px 3px 2px #1999af;
  box-shadow:         1px 1px 3px 2px #1999af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1999af


Comments

No comments written yet.

Please login to write comment.