Color Hex Logo

#13caeb Color Hex

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

Color spaces of #13caeb

RGB 19202235
HSL0.530.850.50
HSV189°92°92°
CMYK 0.920.140.00   0.08
XYZ36.384548.377786.0174
Yxy48.37770.21300.2833
Hunter Lab69.5541-28.3443-24.6360
CIE-Lab75.0625-29.4641-27.8822

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001010 11101011
Octal 23 312 353
Decimal 19 202 235
Hex 13 CA EB

RGB Percentages of Color #13caeb

%4.17
%44.30
%51.54

CMYK Percentages of Color #13caeb

%92
%14
%0
%8

Triadic Colors of #13caeb

#13caeb #eb13ca #caeb13

Analogous Colors of #13caeb

#13caeb #135eeb #13eba0

Monochromatic Colors of #13caeb

#13caeb

Complementary Color

#13caeb #eb3413

#13caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13caeb Color CSS Codes

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

#13caeb Text Font Color

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

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


#13caeb Background Color

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

This div background color is #13caeb


#13caeb Border Color

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

This div border color is #13caeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,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 #13caeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13caeb


Comments

No comments written yet.

Please login to write comment.