Color Hex Logo

#14edca Color Hex

#14EDCA
(20,237,202)
0 Favorites   0 Comments

Color spaces of #14edca

RGB 20237202
HSL0.470.860.50
HSV170°92°93°
CMYK 0.920.000.15   0.07
XYZ41.233364.981466.2466
Yxy64.98140.23910.3768
Hunter Lab80.6110-49.76497.7029
CIE-Lab84.4742-54.57183.7593

#14edca color RGB value is (20,237,202).

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

The process color (four color CMYK) of #14edca color hex is 0.92, 0.00, 0.15, 0.07. Web safe color of #14edca is #00ffcc. Color #14edca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101101 11001010
Octal 24 355 312
Decimal 20 237 202
Hex 14 ED CA

RGB Percentages of Color #14edca

%4.36
%51.63
%44.01

CMYK Percentages of Color #14edca

%92
%0
%15
%7

Triadic Colors of #14edca

#14edca #ca14ed #edca14

Analogous Colors of #14edca

#14edca #14a4ed #14ed5d

Monochromatic Colors of #14edca

#14edca

Complementary Color

#14edca #ed1437

#14edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#14edca Color CSS Codes

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

#14edca Text Font Color

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

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


#14edca Background Color

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

This div background color is #14edca


#14edca Border Color

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

This div border color is #14edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14edca


Comments

No comments written yet.

Please login to write comment.