Color Hex Logo

#19bad4 Color Hex

#19BAD4
(25,186,212)
0 Favorites   0 Comments

Color spaces of #19bad4

RGB 25186212
HSL0.520.790.46
HSV188°88°83°
CMYK 0.880.120.00   0.17
XYZ29.843540.078068.4503
Yxy40.07800.21570.2896
Hunter Lab63.3072-26.6413-19.7917
CIE-Lab69.5250-28.8030-23.8737

#19bad4 color RGB value is (25,186,212).

#19bad4 hex color red value is 25, green value is 186 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #19bad4 hue: 0.52 , saturation: 0.79 and the lightness value of 19bad4 is 0.46.

The process color (four color CMYK) of #19bad4 color hex is 0.88, 0.12, 0.00, 0.17. Web safe color of #19bad4 is #00cccc. Color #19bad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111010 11010100
Octal 31 272 324
Decimal 25 186 212
Hex 19 BA D4

RGB Percentages of Color #19bad4

%5.91
%43.97
%50.12

CMYK Percentages of Color #19bad4

%88
%12
%0
%17

Triadic Colors of #19bad4

#19bad4 #d419ba #bad419

Analogous Colors of #19bad4

#19bad4 #195cd4 #19d491

Monochromatic Colors of #19bad4

#19bad4

Complementary Color

#19bad4 #d43319

#19bad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19bad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#19bad4 Color CSS Codes

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

#19bad4 Text Font Color

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

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


#19bad4 Background Color

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

This div background color is #19bad4


#19bad4 Border Color

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

This div border color is #19bad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19bad4


Comments

No comments written yet.

Please login to write comment.