Color Hex Logo

#149cdf Color Hex

#149CDF
(20,156,223)
0 Favorites   0 Comments

Color spaces of #149cdf

RGB 20156223
HSL0.560.840.48
HSV200°91°87°
CMYK 0.910.300.00   0.13
XYZ25.496229.253474.1147
Yxy29.25340.19790.2270
Hunter Lab54.0864-10.5068-43.3847
CIE-Lab61.0046-9.4516-43.1654

#149cdf color RGB value is (20,156,223).

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

The process color (four color CMYK) of #149cdf color hex is 0.91, 0.30, 0.00, 0.13. Web safe color of #149cdf is #0099cc. Color #149cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011100 11011111
Octal 24 234 337
Decimal 20 156 223
Hex 14 9C DF

RGB Percentages of Color #149cdf

%5.01
%39.10
%55.89

CMYK Percentages of Color #149cdf

%91
%30
%0
%13

Triadic Colors of #149cdf

#149cdf #df149c #9cdf14

Analogous Colors of #149cdf

#149cdf #1437df #14dfbd

Monochromatic Colors of #149cdf

#149cdf

Complementary Color

#149cdf #df5714

#149cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#149cdf Color CSS Codes

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

#149cdf Text Font Color

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

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


#149cdf Background Color

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

This div background color is #149cdf


#149cdf Border Color

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

This div border color is #149cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149cdf


Comments

No comments written yet.

Please login to write comment.