Color Hex Logo

#14ceba Color Hex

#14CEBA
(20,206,186)
0 Favorites   0 Comments

Color spaces of #14ceba

RGB 20206186
HSL0.480.820.44
HSV174°90°81°
CMYK 0.900.000.10   0.19
XYZ31.222747.836554.0421
Yxy47.83650.23460.3594
Hunter Lab69.1639-40.45662.0878
CIE-Lab74.7217-46.0458-1.9343

#14ceba color RGB value is (20,206,186).

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

The process color (four color CMYK) of #14ceba color hex is 0.90, 0.00, 0.10, 0.19. Web safe color of #14ceba is #00cccc. Color #14ceba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001110 10111010
Octal 24 316 272
Decimal 20 206 186
Hex 14 CE BA

RGB Percentages of Color #14ceba

%4.85
%50.00
%45.15

CMYK Percentages of Color #14ceba

%90
%0
%10
%19

Triadic Colors of #14ceba

#14ceba #ba14ce #ceba14

Analogous Colors of #14ceba

#14ceba #1485ce #14ce5d

Monochromatic Colors of #14ceba

#14ceba

Complementary Color

#14ceba #ce1428

#14ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ceba Color CSS Codes

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

#14ceba Text Font Color

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

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


#14ceba Background Color

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

This div background color is #14ceba


#14ceba Border Color

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

This div border color is #14ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ceba


Comments

No comments written yet.

Please login to write comment.