Color Hex Logo

#14b8ec Color Hex

#14B8EC
(20,184,236)
0 Favorites   0 Comments

Color spaces of #14b8ec

RGB 20184236
HSL0.540.850.50
HSV194°92°93°
CMYK 0.920.220.00   0.07
XYZ32.569340.485885.4548
Yxy40.48580.20550.2554
Hunter Lab63.6285-19.9815-35.0882
CIE-Lab69.8141-20.0025-36.5272

#14b8ec color RGB value is (20,184,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111000 11101100
Octal 24 270 354
Decimal 20 184 236
Hex 14 B8 EC

RGB Percentages of Color #14b8ec

%4.55
%41.82
%53.64

CMYK Percentages of Color #14b8ec

%92
%22
%0
%7

Triadic Colors of #14b8ec

#14b8ec #ec14b8 #b8ec14

Analogous Colors of #14b8ec

#14b8ec #144cec #14ecb4

Monochromatic Colors of #14b8ec

#14b8ec

Complementary Color

#14b8ec #ec4814

#14b8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14b8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#14b8ec Color CSS Codes

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

#14b8ec Text Font Color

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

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


#14b8ec Background Color

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

This div background color is #14b8ec


#14b8ec Border Color

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

This div border color is #14b8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14b8ec


Comments

No comments written yet.

Please login to write comment.