Color Hex Logo

#14b8ff Color Hex

#14B8FF
(20,184,255)
0 Favorites   0 Comments

Color spaces of #14b8ff

RGB 20184255
HSL0.551.000.54
HSV198°92°100°
CMYK 0.920.280.00   0.00
XYZ35.479041.6497100.7770
Yxy41.64970.19940.2341
Hunter Lab64.5366-14.8086-47.4086
CIE-Lab70.6287-13.3899-45.5485

#14b8ff color RGB value is (20,184,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111000 11111111
Octal 24 270 377
Decimal 20 184 255
Hex 14 B8 FF

RGB Percentages of Color #14b8ff

%4.36
%40.09
%55.56

CMYK Percentages of Color #14b8ff

%92
%28
%0
%0

Triadic Colors of #14b8ff

#14b8ff #ff14b8 #b8ff14

Analogous Colors of #14b8ff

#14b8ff #1443ff #14ffd1

Monochromatic Colors of #14b8ff

#14b8ff

Complementary Color

#14b8ff #ff5b14

#14b8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14b8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#14b8ff Color CSS Codes

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

#14b8ff Text Font Color

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

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


#14b8ff Background Color

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

This div background color is #14b8ff


#14b8ff Border Color

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

This div border color is #14b8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14b8ff


Comments

No comments written yet.

Please login to write comment.