Color Hex Logo

#19ebcc Color Hex

#19EBCC
(25,235,204)
0 Favorites   0 Comments

Color spaces of #19ebcc

RGB 25235204
HSL0.480.840.51
HSV171°89°92°
CMYK 0.890.000.13   0.08
XYZ41.008363.983067.3153
Yxy63.98300.23800.3713
Hunter Lab79.9894-48.46956.0969
CIE-Lab83.9569-53.03211.9611

#19ebcc color RGB value is (25,235,204).

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

The process color (four color CMYK) of #19ebcc color hex is 0.89, 0.00, 0.13, 0.08. Web safe color of #19ebcc is #00ffcc. Color #19ebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11101011 11001100
Octal 31 353 314
Decimal 25 235 204
Hex 19 EB CC

RGB Percentages of Color #19ebcc

%5.39
%50.65
%43.97

CMYK Percentages of Color #19ebcc

%89
%0
%13
%8

Triadic Colors of #19ebcc

#19ebcc #cc19eb #ebcc19

Analogous Colors of #19ebcc

#19ebcc #19a1eb #19eb63

Monochromatic Colors of #19ebcc

#19ebcc

Complementary Color

#19ebcc #eb1938

#19ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ebcc Color CSS Codes

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

#19ebcc Text Font Color

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

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


#19ebcc Background Color

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

This div background color is #19ebcc


#19ebcc Border Color

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

This div border color is #19ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ebcc


Comments

No comments written yet.

Please login to write comment.