Color Hex Logo

#19bccf Color Hex

#19BCCF
(25,188,207)
0 Favorites   0 Comments

Color spaces of #19bccf

RGB 25188207
HSL0.520.780.45
HSV186°88°81°
CMYK 0.880.090.00   0.19
XYZ29.646640.678165.3206
Yxy40.67810.21860.2999
Hunter Lab63.7794-28.6417-16.0772
CIE-Lab69.9498-31.3829-20.4893

#19bccf color RGB value is (25,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111100 11001111
Octal 31 274 317
Decimal 25 188 207
Hex 19 BC CF

RGB Percentages of Color #19bccf

%5.95
%44.76
%49.29

CMYK Percentages of Color #19bccf

%88
%9
%0
%19

Triadic Colors of #19bccf

#19bccf #cf19bc #bccf19

Analogous Colors of #19bccf

#19bccf #1961cf #19cf87

Monochromatic Colors of #19bccf

#19bccf

Complementary Color

#19bccf #cf2c19

#19bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#19bccf Color CSS Codes

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

#19bccf Text Font Color

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

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


#19bccf Background Color

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

This div background color is #19bccf


#19bccf Border Color

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

This div border color is #19bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19bccf


Comments

No comments written yet.

Please login to write comment.