Color Hex Logo

#14caeb Color Hex

#14CAEB
(20,202,235)
0 Favorites   0 Comments

Color spaces of #14caeb

RGB 20202235
HSL0.530.840.50
HSV189°91°92°
CMYK 0.910.140.00   0.08
XYZ36.404448.387986.0184
Yxy48.38790.21310.2833
Hunter Lab69.5614-28.3159-24.6240
CIE-Lab75.0689-29.4255-27.8719

#14caeb color RGB value is (20,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001010 11101011
Octal 24 312 353
Decimal 20 202 235
Hex 14 CA EB

RGB Percentages of Color #14caeb

%4.38
%44.20
%51.42

CMYK Percentages of Color #14caeb

%91
%14
%0
%8

Triadic Colors of #14caeb

#14caeb #eb14ca #caeb14

Analogous Colors of #14caeb

#14caeb #145feb #14eba1

Monochromatic Colors of #14caeb

#14caeb

Complementary Color

#14caeb #eb3514

#14caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14caeb Color CSS Codes

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

#14caeb Text Font Color

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

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


#14caeb Background Color

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

This div background color is #14caeb


#14caeb Border Color

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

This div border color is #14caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14caeb


Comments

No comments written yet.

Please login to write comment.