Color Hex Logo

#14bedb Color Hex

#14BEDB
(20,190,219)
0 Favorites   0 Comments

Color spaces of #14bedb

RGB 20190219
HSL0.520.830.47
HSV189°91°86°
CMYK 0.910.130.00   0.14
XYZ31.488142.090173.4824
Yxy42.09010.21410.2862
Hunter Lab64.8769-26.8993-21.7406
CIE-Lab70.9330-28.7405-25.5457

#14bedb color RGB value is (20,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111110 11011011
Octal 24 276 333
Decimal 20 190 219
Hex 14 BE DB

RGB Percentages of Color #14bedb

%4.66
%44.29
%51.05

CMYK Percentages of Color #14bedb

%91
%13
%0
%14

Triadic Colors of #14bedb

#14bedb #db14be #bedb14

Analogous Colors of #14bedb

#14bedb #145adb #14db95

Monochromatic Colors of #14bedb

#14bedb

Complementary Color

#14bedb #db3114

#14bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bedb Color CSS Codes

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

#14bedb Text Font Color

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

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


#14bedb Background Color

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

This div background color is #14bedb


#14bedb Border Color

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

This div border color is #14bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bedb

#14bedb Color Palettes


Comments

No comments written yet.

Please login to write comment.