Color Hex Logo

#14beba Color Hex

#14BEBA
(20,190,186)
0 Favorites   0 Comments

Color spaces of #14beba

RGB 20190186
HSL0.500.810.41
HSV179°89°75°
CMYK 0.890.000.02   0.25
XYZ27.564940.520852.8229
Yxy40.52080.22800.3351
Hunter Lab63.6560-34.1022-4.6408
CIE-Lab69.8389-39.0347-9.1530

#14beba color RGB value is (20,190,186).

#14beba hex color red value is 20, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #14beba hue: 0.50 , saturation: 0.81 and the lightness value of 14beba is 0.41.

The process color (four color CMYK) of #14beba color hex is 0.89, 0.00, 0.02, 0.25. Web safe color of #14beba is #00cccc. Color #14beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111110 10111010
Octal 24 276 272
Decimal 20 190 186
Hex 14 BE BA

RGB Percentages of Color #14beba

%5.05
%47.98
%46.97

CMYK Percentages of Color #14beba

%89
%0
%2
%25

Triadic Colors of #14beba

#14beba #ba14be #beba14

Analogous Colors of #14beba

#14beba #146dbe #14be65

Monochromatic Colors of #14beba

#14beba

Complementary Color

#14beba #be1418

#14beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#14beba Color CSS Codes

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

#14beba Text Font Color

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

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


#14beba Background Color

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

This div background color is #14beba


#14beba Border Color

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

This div border color is #14beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14beba


Comments

No comments written yet.

Please login to write comment.