Color Hex Logo

#14debe Color Hex

#14DEBE
(20,222,190)
1 Favorites   0 Comments

Color spaces of #14debe

RGB 20222190
HSL0.470.830.47
HSV170°91°87°
CMYK 0.910.000.14   0.13
XYZ35.704056.109057.6635
Yxy56.10900.23890.3754
Hunter Lab74.9059-46.00326.7920
CIE-Lab79.6758-51.62653.1465

#14debe color RGB value is (20,222,190).

#14debe hex color red value is 20, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #14debe hue: 0.47 , saturation: 0.83 and the lightness value of 14debe is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011110 10111110
Octal 24 336 276
Decimal 20 222 190
Hex 14 DE BE

RGB Percentages of Color #14debe

%4.63
%51.39
%43.98

CMYK Percentages of Color #14debe

%91
%0
%14
%13

Triadic Colors of #14debe

#14debe #be14de #debe14

Analogous Colors of #14debe

#14debe #1499de #14de59

Monochromatic Colors of #14debe

#14debe

Complementary Color

#14debe #de1434

#14debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#14debe Color CSS Codes

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

#14debe Text Font Color

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

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


#14debe Background Color

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

This div background color is #14debe


#14debe Border Color

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

This div border color is #14debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14debe


Comments

No comments written yet.

Please login to write comment.