Color Hex Logo

#19abec Color Hex

#19ABEC
(25,171,236)
0 Favorites   0 Comments

Color spaces of #19abec

RGB 25171236
HSL0.550.850.51
HSV198°89°93°
CMYK 0.890.280.00   0.07
XYZ30.104135.388684.6009
Yxy35.38860.20060.2358
Hunter Lab59.4883-13.7745-42.6770
CIE-Lab66.0501-12.8385-42.4004

#19abec color RGB value is (25,171,236).

#19abec hex color red value is 25, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #19abec hue: 0.55 , saturation: 0.85 and the lightness value of 19abec is 0.51.

The process color (four color CMYK) of #19abec color hex is 0.89, 0.28, 0.00, 0.07. Web safe color of #19abec is #0099ff. Color #19abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101011 11101100
Octal 31 253 354
Decimal 25 171 236
Hex 19 AB EC

RGB Percentages of Color #19abec

%5.79
%39.58
%54.63

CMYK Percentages of Color #19abec

%89
%28
%0
%7

Triadic Colors of #19abec

#19abec #ec19ab #abec19

Analogous Colors of #19abec

#19abec #1941ec #19ecc4

Monochromatic Colors of #19abec

#19abec

Complementary Color

#19abec #ec5a19

#19abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#19abec Color CSS Codes

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

#19abec Text Font Color

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

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


#19abec Background Color

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

This div background color is #19abec


#19abec Border Color

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

This div border color is #19abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19abec


Comments

No comments written yet.

Please login to write comment.