Color Hex Logo

#19ddeb Color Hex

#19DDEB
(25,221,235)
0 Favorites   0 Comments

Color spaces of #19ddeb

RGB 25221235
HSL0.510.840.51
HSV184°89°92°
CMYK 0.890.060.00   0.08
XYZ41.252857.917787.6023
Yxy57.91770.22090.3101
Hunter Lab76.1037-36.4236-14.9756
CIE-Lab80.6930-38.2142-19.3031

#19ddeb color RGB value is (25,221,235).

#19ddeb hex color red value is 25, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #19ddeb hue: 0.51 , saturation: 0.84 and the lightness value of 19ddeb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11011101 11101011
Octal 31 335 353
Decimal 25 221 235
Hex 19 DD EB

RGB Percentages of Color #19ddeb

%5.20
%45.95
%48.86

CMYK Percentages of Color #19ddeb

%89
%6
%0
%8

Triadic Colors of #19ddeb

#19ddeb #eb19dd #ddeb19

Analogous Colors of #19ddeb

#19ddeb #1974eb #19eb90

Monochromatic Colors of #19ddeb

#19ddeb

Complementary Color

#19ddeb #eb2719

#19ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ddeb Color CSS Codes

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

#19ddeb Text Font Color

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

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


#19ddeb Background Color

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

This div background color is #19ddeb


#19ddeb Border Color

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

This div border color is #19ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ddeb


Comments

No comments written yet.

Please login to write comment.