Color Hex Logo

#19bcce Color Hex

#19BCCE
(25,188,206)
0 Favorites   0 Comments

Color spaces of #19bcce

RGB 25188206
HSL0.520.780.45
HSV186°88°81°
CMYK 0.880.090.00   0.19
XYZ29.524740.629364.6787
Yxy40.62930.21900.3013
Hunter Lab63.7411-28.8663-15.5433
CIE-Lab69.9154-31.7001-19.9942

#19bcce color RGB value is (25,188,206).

#19bcce hex color red value is 25, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #19bcce hue: 0.52 , saturation: 0.78 and the lightness value of 19bcce is 0.45.

The process color (four color CMYK) of #19bcce color hex is 0.88, 0.09, 0.00, 0.19. Web safe color of #19bcce is #00cccc. Color #19bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111100 11001110
Octal 31 274 316
Decimal 25 188 206
Hex 19 BC CE

RGB Percentages of Color #19bcce

%5.97
%44.87
%49.16

CMYK Percentages of Color #19bcce

%88
%9
%0
%19

Triadic Colors of #19bcce

#19bcce #ce19bc #bcce19

Analogous Colors of #19bcce

#19bcce #1962ce #19ce86

Monochromatic Colors of #19bcce

#19bcce

Complementary Color

#19bcce #ce2b19

#19bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#19bcce Color CSS Codes

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

#19bcce Text Font Color

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

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


#19bcce Background Color

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

This div background color is #19bcce


#19bcce Border Color

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

This div border color is #19bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19bcce


Comments

No comments written yet.

Please login to write comment.