Color Hex Logo

#19bdfd Color Hex

#19BDFD
(25,189,253)
0 Favorites   0 Comments

Color spaces of #19bdfd

RGB 25189253
HSL0.550.980.55
HSV197°90°99°
CMYK 0.900.250.00   0.01
XYZ36.328143.693799.4475
Yxy43.69370.20240.2435
Hunter Lab66.1012-17.5766-42.9294
CIE-Lab72.0233-16.5516-42.2832

#19bdfd color RGB value is (25,189,253).

#19bdfd hex color red value is 25, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #19bdfd hue: 0.55 , saturation: 0.98 and the lightness value of 19bdfd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111101 11111101
Octal 31 275 375
Decimal 25 189 253
Hex 19 BD FD

RGB Percentages of Color #19bdfd

%5.35
%40.47
%54.18

CMYK Percentages of Color #19bdfd

%90
%25
%0
%1

Triadic Colors of #19bdfd

#19bdfd #fd19bd #bdfd19

Analogous Colors of #19bdfd

#19bdfd #194bfd #19fdcb

Monochromatic Colors of #19bdfd

#19bdfd

Complementary Color

#19bdfd #fd5919

#19bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#19bdfd Color CSS Codes

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

#19bdfd Text Font Color

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

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


#19bdfd Background Color

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

This div background color is #19bdfd


#19bdfd Border Color

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

This div border color is #19bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19bdfd


Comments

No comments written yet.

Please login to write comment.