Color Hex Logo

#14eecd Color Hex

#14EECD
(20,238,205)
1 Favorites   1 Comments

Color spaces of #14eecd

RGB 20238205
HSL0.470.870.51
HSV171°92°93°
CMYK 0.920.000.14   0.07
XYZ41.882565.705668.2326
Yxy65.70560.23820.3737
Hunter Lab81.0590-49.62386.8331
CIE-Lab84.8460-54.19862.7236

#14eecd color RGB value is (20,238,205).

#14eecd hex color red value is 20, green value is 238 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #14eecd hue: 0.47 , saturation: 0.87 and the lightness value of 14eecd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101110 11001101
Octal 24 356 315
Decimal 20 238 205
Hex 14 EE CD

RGB Percentages of Color #14eecd

%4.32
%51.40
%44.28

CMYK Percentages of Color #14eecd

%92
%0
%14
%7

Triadic Colors of #14eecd

#14eecd #cd14ee #eecd14

Analogous Colors of #14eecd

#14eecd #14a2ee #14ee60

Monochromatic Colors of #14eecd

#14eecd

Complementary Color

#14eecd #ee1435

#14eecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14eecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14eecd Color CSS Codes

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

#14eecd Text Font Color

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

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


#14eecd Background Color

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

This div background color is #14eecd


#14eecd Border Color

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

This div border color is #14eecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14eecd


Comments

30 Jan 2023, 17:50 Solarissun

Is this the same color that the Seijoh team from Haikyu wear? I really want to know the exact uniform color that Oikawa wears.

Please login to write comment.