Color Hex Logo

#19ebed Color Hex

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

Color spaces of #19ebed

RGB 25235237
HSL0.500.850.51
HSV181°89°93°
CMYK 0.890.010.00   0.07
XYZ45.395365.737890.4168
Yxy65.73780.22520.3262
Hunter Lab81.0789-41.9475-9.3633
CIE-Lab84.8625-43.9165-14.0855

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

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

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

Base Numbers

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

RGB Percentages of Color #19ebed

%5.03
%47.28
%47.69

CMYK Percentages of Color #19ebed

%89
%1
%0
%7

Triadic Colors of #19ebed

#19ebed #ed19eb #ebed19

Analogous Colors of #19ebed

#19ebed #1981ed #19ed85

Monochromatic Colors of #19ebed

#19ebed

Complementary Color

#19ebed #ed1b19

#19ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ebed Color CSS Codes

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

#19ebed Text Font Color

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

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


#19ebed Background Color

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

This div background color is #19ebed


#19ebed Border Color

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

This div border color is #19ebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ebed


Comments

No comments written yet.

Please login to write comment.