Color Hex Logo

#19edeb Color Hex

#19EDEB
(25,237,235)
0 Favorites   0 Comments

Color spaces of #19edeb

RGB 25237235
HSL0.500.850.51
HSV179°89°93°
CMYK 0.890.000.01   0.07
XYZ45.680566.773289.0782
Yxy66.77320.22670.3313
Hunter Lab81.7149-43.2154-7.4322
CIE-Lab85.3893-45.3704-12.2449

#19edeb color RGB value is (25,237,235).

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

The process color (four color CMYK) of #19edeb color hex is 0.89, 0.00, 0.01, 0.07. Web safe color of #19edeb is #00ffff. Color #19edeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11101101 11101011
Octal 31 355 353
Decimal 25 237 235
Hex 19 ED EB

RGB Percentages of Color #19edeb

%5.03
%47.69
%47.28

CMYK Percentages of Color #19edeb

%89
%0
%1
%7

Triadic Colors of #19edeb

#19edeb #eb19ed #edeb19

Analogous Colors of #19edeb

#19edeb #1985ed #19ed81

Monochromatic Colors of #19edeb

#19edeb

Complementary Color

#19edeb #ed191b

#19edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19edeb Color CSS Codes

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

#19edeb Text Font Color

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

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


#19edeb Background Color

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

This div background color is #19edeb


#19edeb Border Color

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

This div border color is #19edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19edeb


Comments

No comments written yet.

Please login to write comment.