Color Hex Logo

#149ddd Color Hex

#149DDD
(20,157,221)
0 Favorites   0 Comments

Color spaces of #149ddd

RGB 20157221
HSL0.550.830.47
HSV199°91°87°
CMYK 0.910.290.00   0.13
XYZ25.396629.483172.7589
Yxy29.48310.19900.2310
Hunter Lab54.2983-11.5335-41.4388
CIE-Lab61.2056-10.7386-41.7394

#149ddd color RGB value is (20,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011101 11011101
Octal 24 235 335
Decimal 20 157 221
Hex 14 9D DD

RGB Percentages of Color #149ddd

%5.03
%39.45
%55.53

CMYK Percentages of Color #149ddd

%91
%29
%0
%13

Triadic Colors of #149ddd

#149ddd #dd149d #9ddd14

Analogous Colors of #149ddd

#149ddd #1438dd #14ddb9

Monochromatic Colors of #149ddd

#149ddd

Complementary Color

#149ddd #dd5414

#149ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#149ddd Color CSS Codes

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

#149ddd Text Font Color

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

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


#149ddd Background Color

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

This div background color is #149ddd


#149ddd Border Color

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

This div border color is #149ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149ddd


Comments

No comments written yet.

Please login to write comment.