Color Hex Logo

#149ced Color Hex

#149CED
(20,156,237)
0 Favorites   0 Comments

Color spaces of #149ced

RGB 20156237
HSL0.560.860.50
HSV202°92°93°
CMYK 0.920.340.00   0.07
XYZ27.463030.040184.4716
Yxy30.04010.19340.2116
Hunter Lab54.8088-6.4747-53.0118
CIE-Lab61.6888-4.3135-49.8261

#149ced color RGB value is (20,156,237).

#149ced hex color red value is 20, green value is 156 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #149ced hue: 0.56 , saturation: 0.86 and the lightness value of 149ced is 0.50.

The process color (four color CMYK) of #149ced color hex is 0.92, 0.34, 0.00, 0.07. Web safe color of #149ced is #0099ff. Color #149ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011100 11101101
Octal 24 234 355
Decimal 20 156 237
Hex 14 9C ED

RGB Percentages of Color #149ced

%4.84
%37.77
%57.38

CMYK Percentages of Color #149ced

%92
%34
%0
%7

Triadic Colors of #149ced

#149ced #ed149c #9ced14

Analogous Colors of #149ced

#149ced #1430ed #14edd2

Monochromatic Colors of #149ced

#149ced

Complementary Color

#149ced #ed6514

#149ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#149ced Color CSS Codes

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

#149ced Text Font Color

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

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


#149ced Background Color

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

This div background color is #149ced


#149ced Border Color

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

This div border color is #149ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149ced


Comments

No comments written yet.

Please login to write comment.