Color Hex Logo

#14ebca Color Hex

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

Color spaces of #14ebca

RGB 20235202
HSL0.470.840.50
HSV171°91°92°
CMYK 0.910.000.14   0.08
XYZ40.657563.829766.0546
Yxy63.82970.23840.3743
Hunter Lab79.8935-48.97566.9055
CIE-Lab83.8770-53.76812.8937

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

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

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

Base Numbers

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

RGB Percentages of Color #14ebca

%4.38
%51.42
%44.20

CMYK Percentages of Color #14ebca

%91
%0
%14
%8

Triadic Colors of #14ebca

#14ebca #ca14eb #ebca14

Analogous Colors of #14ebca

#14ebca #14a1eb #14eb5f

Monochromatic Colors of #14ebca

#14ebca

Complementary Color

#14ebca #eb1435

#14ebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ebca Color CSS Codes

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

#14ebca Text Font Color

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

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


#14ebca Background Color

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

This div background color is #14ebca


#14ebca Border Color

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

This div border color is #14ebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ebca


Comments

No comments written yet.

Please login to write comment.