Color Hex Logo

#14bded Color Hex

#14BDED
(20,189,237)
0 Favorites   0 Comments

Color spaces of #14bded

RGB 20189237
HSL0.540.860.50
HSV193°92°93°
CMYK 0.920.200.00   0.07
XYZ33.772142.658386.5747
Yxy42.65830.20720.2617
Hunter Lab65.3133-21.9998-32.8713
CIE-Lab71.3224-22.2485-34.7291

#14bded color RGB value is (20,189,237).

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

The process color (four color CMYK) of #14bded color hex is 0.92, 0.20, 0.00, 0.07. Web safe color of #14bded is #00ccff. Color #14bded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111101 11101101
Octal 24 275 355
Decimal 20 189 237
Hex 14 BD ED

RGB Percentages of Color #14bded

%4.48
%42.38
%53.14

CMYK Percentages of Color #14bded

%92
%20
%0
%7

Triadic Colors of #14bded

#14bded #ed14bd #bded14

Analogous Colors of #14bded

#14bded #1451ed #14edb1

Monochromatic Colors of #14bded

#14bded

Complementary Color

#14bded #ed4414

#14bded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bded Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bded Color CSS Codes

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

#14bded Text Font Color

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

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


#14bded Background Color

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

This div background color is #14bded


#14bded Border Color

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

This div border color is #14bded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bded


Comments

No comments written yet.

Please login to write comment.