Color Hex Logo

#14bcea Color Hex

#14BCEA
(20,188,234)
0 Favorites   0 Comments

Color spaces of #14bcea

RGB 20188234
HSL0.540.840.50
HSV193°91°92°
CMYK 0.910.200.00   0.08
XYZ33.123042.055784.2137
Yxy42.05570.20780.2639
Hunter Lab64.8504-22.3174-31.5978
CIE-Lab70.9093-22.7514-33.7415

#14bcea color RGB value is (20,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111100 11101010
Octal 24 274 352
Decimal 20 188 234
Hex 14 BC EA

RGB Percentages of Color #14bcea

%4.52
%42.53
%52.94

CMYK Percentages of Color #14bcea

%91
%20
%0
%8

Triadic Colors of #14bcea

#14bcea #ea14bc #bcea14

Analogous Colors of #14bcea

#14bcea #1451ea #14eaad

Monochromatic Colors of #14bcea

#14bcea

Complementary Color

#14bcea #ea4214

#14bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bcea Color CSS Codes

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

#14bcea Text Font Color

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

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


#14bcea Background Color

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

This div background color is #14bcea


#14bcea Border Color

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

This div border color is #14bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bcea


Comments

No comments written yet.

Please login to write comment.