Color Hex Logo

#149ddc Color Hex

#149DDC
(20,157,220)
0 Favorites   0 Comments

Color spaces of #149ddc

RGB 20157220
HSL0.550.830.47
HSV199°91°86°
CMYK 0.910.290.00   0.14
XYZ25.263729.430072.0592
Yxy29.43000.19930.2322
Hunter Lab54.2494-11.8099-40.7800
CIE-Lab61.1593-11.1014-41.2570

#149ddc color RGB value is (20,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011101 11011100
Octal 24 235 334
Decimal 20 157 220
Hex 14 9D DC

RGB Percentages of Color #149ddc

%5.04
%39.55
%55.42

CMYK Percentages of Color #149ddc

%91
%29
%0
%14

Triadic Colors of #149ddc

#149ddc #dc149d #9ddc14

Analogous Colors of #149ddc

#149ddc #1439dc #14dcb7

Monochromatic Colors of #149ddc

#149ddc

Complementary Color

#149ddc #dc5314

#149ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#149ddc Color CSS Codes

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

#149ddc Text Font Color

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

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


#149ddc Background Color

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

This div background color is #149ddc


#149ddc Border Color

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

This div border color is #149ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149ddc


Comments

No comments written yet.

Please login to write comment.