Color Hex Logo

#14bbce Color Hex

#14BBCE
(20,187,206)
0 Favorites   0 Comments

Color spaces of #14bbce

RGB 20187206
HSL0.520.820.44
HSV186°90°81°
CMYK 0.900.090.00   0.19
XYZ29.199440.145664.6024
Yxy40.14560.21800.2997
Hunter Lab63.3606-28.6201-16.0997
CIE-Lab69.5731-31.4728-20.5183

#14bbce color RGB value is (20,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111011 11001110
Octal 24 273 316
Decimal 20 187 206
Hex 14 BB CE

RGB Percentages of Color #14bbce

%4.84
%45.28
%49.88

CMYK Percentages of Color #14bbce

%90
%9
%0
%19

Triadic Colors of #14bbce

#14bbce #ce14bb #bbce14

Analogous Colors of #14bbce

#14bbce #145ece #14ce84

Monochromatic Colors of #14bbce

#14bbce

Complementary Color

#14bbce #ce2714

#14bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bbce Color CSS Codes

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

#14bbce Text Font Color

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

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


#14bbce Background Color

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

This div background color is #14bbce


#14bbce Border Color

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

This div border color is #14bbce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,187,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 #14bbce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bbce


Comments

No comments written yet.

Please login to write comment.