Color Hex Logo

#19caeb Color Hex

#19CAEB
(25,202,235)
0 Favorites   0 Comments

Color spaces of #19caeb

RGB 25202235
HSL0.530.840.51
HSV189°89°92°
CMYK 0.890.140.00   0.08
XYZ36.516848.445986.0236
Yxy48.44590.21360.2833
Hunter Lab69.6031-28.1566-24.5553
CIE-Lab75.1053-29.2089-27.8129

#19caeb color RGB value is (25,202,235).

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

The process color (four color CMYK) of #19caeb color hex is 0.89, 0.14, 0.00, 0.08. Web safe color of #19caeb is #00ccff. Color #19caeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 11001010 11101011
Octal 31 312 353
Decimal 25 202 235
Hex 19 CA EB

RGB Percentages of Color #19caeb

%5.41
%43.72
%50.87

CMYK Percentages of Color #19caeb

%89
%14
%0
%8

Triadic Colors of #19caeb

#19caeb #eb19ca #caeb19

Analogous Colors of #19caeb

#19caeb #1961eb #19eba3

Monochromatic Colors of #19caeb

#19caeb

Complementary Color

#19caeb #eb3a19

#19caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19caeb Color CSS Codes

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

#19caeb Text Font Color

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

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


#19caeb Background Color

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

This div background color is #19caeb


#19caeb Border Color

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

This div border color is #19caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19caeb


Comments

No comments written yet.

Please login to write comment.