Color Hex Logo

#19becb Color Hex

#19BECB
(25,190,203)
0 Favorites   0 Comments

Color spaces of #19becb

RGB 25190203
HSL0.510.780.45
HSV184°88°80°
CMYK 0.880.060.00   0.20
XYZ29.593941.345462.9206
Yxy41.34540.22110.3089
Hunter Lab64.3004-30.3720-13.0075
CIE-Lab70.4172-33.5987-17.5917

#19becb color RGB value is (25,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111110 11001011
Octal 31 276 313
Decimal 25 190 203
Hex 19 BE CB

RGB Percentages of Color #19becb

%5.98
%45.45
%48.56

CMYK Percentages of Color #19becb

%88
%6
%0
%20

Triadic Colors of #19becb

#19becb #cb19be #becb19

Analogous Colors of #19becb

#19becb #1965cb #19cb7f

Monochromatic Colors of #19becb

#19becb

Complementary Color

#19becb #cb2619

#19becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19becb Color CSS Codes

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

#19becb Text Font Color

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

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


#19becb Background Color

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

This div background color is #19becb


#19becb Border Color

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

This div border color is #19becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19becb


Comments

No comments written yet.

Please login to write comment.