Color Hex Logo

#19beef Color Hex

#19BEEF
(25,190,239)
0 Favorites   0 Comments

Color spaces of #19beef

RGB 25190239
HSL0.540.870.52
HSV194°90°94°
CMYK 0.900.210.00   0.06
XYZ34.394343.265688.1997
Yxy43.26560.20740.2609
Hunter Lab65.7766-21.7721-33.4582
CIE-Lab71.7349-21.8646-35.1701

#19beef color RGB value is (25,190,239).

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

The process color (four color CMYK) of #19beef color hex is 0.90, 0.21, 0.00, 0.06. Web safe color of #19beef is #00ccff. Color #19beef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111110 11101111
Octal 31 276 357
Decimal 25 190 239
Hex 19 BE EF

RGB Percentages of Color #19beef

%5.51
%41.85
%52.64

CMYK Percentages of Color #19beef

%90
%21
%0
%6

Triadic Colors of #19beef

#19beef #ef19be #beef19

Analogous Colors of #19beef

#19beef #1953ef #19efb5

Monochromatic Colors of #19beef

#19beef

Complementary Color

#19beef #ef4a19

#19beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#19beef Color CSS Codes

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

#19beef Text Font Color

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

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


#19beef Background Color

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

This div background color is #19beef


#19beef Border Color

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

This div border color is #19beef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,190,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 #19beef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19beef


Comments

No comments written yet.

Please login to write comment.