Color Hex Logo

#19dfef Color Hex

#19DFEF
(25,223,239)
0 Favorites   0 Comments

Color spaces of #19dfef

RGB 25223239
HSL0.510.870.52
HSV184°90°94°
CMYK 0.900.070.00   0.06
XYZ42.368659.214090.8577
Yxy59.21400.22020.3077
Hunter Lab76.9506-36.3825-16.1399
CIE-Lab81.4091-37.9179-20.3447

#19dfef color RGB value is (25,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011111 11101111
Octal 31 337 357
Decimal 25 223 239
Hex 19 DF EF

RGB Percentages of Color #19dfef

%5.13
%45.79
%49.08

CMYK Percentages of Color #19dfef

%90
%7
%0
%6

Triadic Colors of #19dfef

#19dfef #ef19df #dfef19

Analogous Colors of #19dfef

#19dfef #1974ef #19ef94

Monochromatic Colors of #19dfef

#19dfef

Complementary Color

#19dfef #ef2919

#19dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#19dfef Color CSS Codes

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

#19dfef Text Font Color

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

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


#19dfef Background Color

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

This div background color is #19dfef


#19dfef Border Color

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

This div border color is #19dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19dfef


Comments

No comments written yet.

Please login to write comment.