Color Hex Logo

#19bfe9 Color Hex

#19BFE9
(25,191,233)
0 Favorites   0 Comments

Color spaces of #19bfe9

RGB 25191233
HSL0.530.830.51
HSV192°89°91°
CMYK 0.890.180.00   0.09
XYZ33.739743.351583.6802
Yxy43.35150.20990.2696
Hunter Lab65.8419-23.7535-29.2640
CIE-Lab71.7929-24.3897-31.8296

#19bfe9 color RGB value is (25,191,233).

#19bfe9 hex color red value is 25, green value is 191 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #19bfe9 hue: 0.53 , saturation: 0.83 and the lightness value of 19bfe9 is 0.51.

The process color (four color CMYK) of #19bfe9 color hex is 0.89, 0.18, 0.00, 0.09. Web safe color of #19bfe9 is #00ccff. Color #19bfe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111111 11101001
Octal 31 277 351
Decimal 25 191 233
Hex 19 BF E9

RGB Percentages of Color #19bfe9

%5.57
%42.54
%51.89

CMYK Percentages of Color #19bfe9

%89
%18
%0
%9

Triadic Colors of #19bfe9

#19bfe9 #e919bf #bfe919

Analogous Colors of #19bfe9

#19bfe9 #1957e9 #19e9ab

Monochromatic Colors of #19bfe9

#19bfe9

Complementary Color

#19bfe9 #e94319

#19bfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19bfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#19bfe9 Color CSS Codes

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

#19bfe9 Text Font Color

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

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


#19bfe9 Background Color

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

This div background color is #19bfe9


#19bfe9 Border Color

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

This div border color is #19bfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19bfe9


Comments

No comments written yet.

Please login to write comment.