Color Hex Logo

#14bcee Color Hex

#14BCEE
(20,188,238)
0 Favorites   0 Comments

Color spaces of #14bcee

RGB 20188238
HSL0.540.870.51
HSV194°92°93°
CMYK 0.920.210.00   0.07
XYZ33.704342.288287.2750
Yxy42.28820.20640.2590
Hunter Lab65.0294-21.2860-34.0517
CIE-Lab71.0692-21.3940-35.6640

#14bcee color RGB value is (20,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111100 11101110
Octal 24 274 356
Decimal 20 188 238
Hex 14 BC EE

RGB Percentages of Color #14bcee

%4.48
%42.15
%53.36

CMYK Percentages of Color #14bcee

%92
%21
%0
%7

Triadic Colors of #14bcee

#14bcee #ee14bc #bcee14

Analogous Colors of #14bcee

#14bcee #144fee #14eeb3

Monochromatic Colors of #14bcee

#14bcee

Complementary Color

#14bcee #ee4614

#14bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bcee Color CSS Codes

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

#14bcee Text Font Color

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

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


#14bcee Background Color

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

This div background color is #14bcee


#14bcee Border Color

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

This div border color is #14bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bcee


Comments

No comments written yet.

Please login to write comment.