Color Hex Logo

#149cdc Color Hex

#149CDC
(20,156,220)
0 Favorites   0 Comments

Color spaces of #149cdc

RGB 20156220
HSL0.550.830.47
HSV199°91°86°
CMYK 0.910.290.00   0.14
XYZ25.095229.093072.0030
Yxy29.09300.19890.2305
Hunter Lab53.9379-11.3423-41.3911
CIE-Lab60.8636-10.5434-41.7215

#149cdc color RGB value is (20,156,220).

#149cdc hex color red value is 20, green value is 156 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #149cdc hue: 0.55 , saturation: 0.83 and the lightness value of 149cdc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011100 11011100
Octal 24 234 334
Decimal 20 156 220
Hex 14 9C DC

RGB Percentages of Color #149cdc

%5.05
%39.39
%55.56

CMYK Percentages of Color #149cdc

%91
%29
%0
%14

Triadic Colors of #149cdc

#149cdc #dc149c #9cdc14

Analogous Colors of #149cdc

#149cdc #1438dc #14dcb8

Monochromatic Colors of #149cdc

#149cdc

Complementary Color

#149cdc #dc5414

#149cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#149cdc Color CSS Codes

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

#149cdc Text Font Color

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

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


#149cdc Background Color

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

This div background color is #149cdc


#149cdc Border Color

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

This div border color is #149cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149cdc


Comments

No comments written yet.

Please login to write comment.