Color Hex Logo

#14becb Color Hex

#14BECB
(20,190,203)
0 Favorites   0 Comments

Color spaces of #14becb

RGB 20190203
HSL0.510.820.44
HSV184°90°80°
CMYK 0.900.060.00   0.20
XYZ29.481441.287462.9153
Yxy41.28740.22050.3088
Hunter Lab64.2553-30.5479-13.0749
CIE-Lab70.3768-33.8545-17.6567

#14becb color RGB value is (20,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111110 11001011
Octal 24 276 313
Decimal 20 190 203
Hex 14 BE CB

RGB Percentages of Color #14becb

%4.84
%46.00
%49.15

CMYK Percentages of Color #14becb

%90
%6
%0
%20

Triadic Colors of #14becb

#14becb #cb14be #becb14

Analogous Colors of #14becb

#14becb #1462cb #14cb7d

Monochromatic Colors of #14becb

#14becb

Complementary Color

#14becb #cb2114

#14becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14becb Color CSS Codes

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

#14becb Text Font Color

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

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


#14becb Background Color

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

This div background color is #14becb


#14becb Border Color

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

This div border color is #14becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14becb


Comments

No comments written yet.

Please login to write comment.