Color Hex Logo

#19beca Color Hex

#19BECA
(25,190,202)
0 Favorites   0 Comments

Color spaces of #19beca

RGB 25190202
HSL0.510.780.45
HSV184°88°79°
CMYK 0.880.060.00   0.21
XYZ29.475041.297962.2949
Yxy41.29790.22150.3104
Hunter Lab64.2634-30.5904-12.4894
CIE-Lab70.3841-33.9105-17.0947

#19beca color RGB value is (25,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111110 11001010
Octal 31 276 312
Decimal 25 190 202
Hex 19 BE CA

RGB Percentages of Color #19beca

%6.00
%45.56
%48.44

CMYK Percentages of Color #19beca

%88
%6
%0
%21

Triadic Colors of #19beca

#19beca #ca19be #beca19

Analogous Colors of #19beca

#19beca #1966ca #19ca7e

Monochromatic Colors of #19beca

#19beca

Complementary Color

#19beca #ca2519

#19beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#19beca Color CSS Codes

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

#19beca Text Font Color

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

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


#19beca Background Color

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

This div background color is #19beca


#19beca Border Color

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

This div border color is #19beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19beca


Comments

No comments written yet.

Please login to write comment.