Color Hex Logo

#149dcd Color Hex

#149DCD
(20,157,205)
0 Favorites   0 Comments

Color spaces of #149dcd

RGB 20157205
HSL0.540.820.44
HSV196°90°80°
CMYK 0.900.230.00   0.20
XYZ23.364928.670462.0601
Yxy28.67040.20480.2513
Hunter Lab53.5447-15.8127-31.2377
CIE-Lab60.4896-16.4798-33.9454

#149dcd color RGB value is (20,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011101 11001101
Octal 24 235 315
Decimal 20 157 205
Hex 14 9D CD

RGB Percentages of Color #149dcd

%5.24
%41.10
%53.66

CMYK Percentages of Color #149dcd

%90
%23
%0
%20

Triadic Colors of #149dcd

#149dcd #cd149d #9dcd14

Analogous Colors of #149dcd

#149dcd #1441cd #14cda1

Monochromatic Colors of #149dcd

#149dcd

Complementary Color

#149dcd #cd4414

#149dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#149dcd Color CSS Codes

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

#149dcd Text Font Color

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

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


#149dcd Background Color

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

This div background color is #149dcd


#149dcd Border Color

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

This div border color is #149dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149dcd


Comments

No comments written yet.

Please login to write comment.