Color Hex Logo

#14bcce Color Hex

#14BCCE
(20,188,206)
0 Favorites   0 Comments

Color spaces of #14bcce

RGB 20188206
HSL0.520.820.44
HSV186°90°81°
CMYK 0.900.090.00   0.19
XYZ29.412340.571464.6734
Yxy40.57140.21840.3013
Hunter Lab63.6957-29.0428-15.6131
CIE-Lab69.8746-31.9543-20.0600

#14bcce color RGB value is (20,188,206).

#14bcce hex color red value is 20, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #14bcce hue: 0.52 , saturation: 0.82 and the lightness value of 14bcce is 0.44.

The process color (four color CMYK) of #14bcce color hex is 0.90, 0.09, 0.00, 0.19. Web safe color of #14bcce is #00cccc. Color #14bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111100 11001110
Octal 24 274 316
Decimal 20 188 206
Hex 14 BC CE

RGB Percentages of Color #14bcce

%4.83
%45.41
%49.76

CMYK Percentages of Color #14bcce

%90
%9
%0
%19

Triadic Colors of #14bcce

#14bcce #ce14bc #bcce14

Analogous Colors of #14bcce

#14bcce #145fce #14ce83

Monochromatic Colors of #14bcce

#14bcce

Complementary Color

#14bcce #ce2614

#14bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bcce Color CSS Codes

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

#14bcce Text Font Color

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

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


#14bcce Background Color

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

This div background color is #14bcce


#14bcce Border Color

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

This div border color is #14bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bcce


Comments

No comments written yet.

Please login to write comment.