Color Hex Logo

#149ece Color Hex

#149ECE
(20,158,206)
0 Favorites   0 Comments

Color spaces of #149ece

RGB 20158206
HSL0.540.820.44
HSV195°90°81°
CMYK 0.900.230.00   0.19
XYZ23.655929.058762.7546
Yxy29.05870.20490.2517
Hunter Lab53.9061-16.0036-31.2879
CIE-Lab60.8334-16.6666-33.9689

#149ece color RGB value is (20,158,206).

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

The process color (four color CMYK) of #149ece color hex is 0.90, 0.23, 0.00, 0.19. Web safe color of #149ece is #0099cc. Color #149ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011110 11001110
Octal 24 236 316
Decimal 20 158 206
Hex 14 9E CE

RGB Percentages of Color #149ece

%5.21
%41.15
%53.65

CMYK Percentages of Color #149ece

%90
%23
%0
%19

Triadic Colors of #149ece

#149ece #ce149e #9ece14

Analogous Colors of #149ece

#149ece #1441ce #14cea1

Monochromatic Colors of #149ece

#149ece

Complementary Color

#149ece #ce4414

#149ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#149ece Color CSS Codes

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

#149ece Text Font Color

<p style="color:#149ece">Text here</p>

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


#149ece Background Color

<div style="background-color:#149ece">
Div content here</div>

This div background color is #149ece


#149ece Border Color

<div style="border:3px solid #149ece">
Div here</div>

This div border color is #149ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149ece

#149ece Color Palettes


Comments

No comments written yet.

Please login to write comment.