Color Hex Logo

#19afef Color Hex

#19AFEF
(25,175,239)
0 Favorites   0 Comments

Color spaces of #19afef

RGB 25175239
HSL0.550.870.52
HSV198°90°94°
CMYK 0.900.270.00   0.06
XYZ31.310937.098687.1718
Yxy37.09860.20130.2385
Hunter Lab60.9086-14.8297-42.2192
CIE-Lab67.3509-13.9508-42.0015

#19afef color RGB value is (25,175,239).

#19afef hex color red value is 25, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #19afef hue: 0.55 , saturation: 0.87 and the lightness value of 19afef is 0.52.

The process color (four color CMYK) of #19afef color hex is 0.90, 0.27, 0.00, 0.06. Web safe color of #19afef is #0099ff. Color #19afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101111 11101111
Octal 31 257 357
Decimal 25 175 239
Hex 19 AF EF

RGB Percentages of Color #19afef

%5.69
%39.86
%54.44

CMYK Percentages of Color #19afef

%90
%27
%0
%6

Triadic Colors of #19afef

#19afef #ef19af #afef19

Analogous Colors of #19afef

#19afef #1944ef #19efc4

Monochromatic Colors of #19afef

#19afef

Complementary Color

#19afef #ef5919

#19afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#19afef Color CSS Codes

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

#19afef Text Font Color

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

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


#19afef Background Color

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

This div background color is #19afef


#19afef Border Color

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

This div border color is #19afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19afef


Comments

No comments written yet.

Please login to write comment.