Color Hex Logo

#149ddf Color Hex

#149DDF
(20,157,223)
1 Favorites   0 Comments

Color spaces of #149ddf

RGB 20157223
HSL0.550.840.48
HSV200°91°87°
CMYK 0.910.300.00   0.13
XYZ25.664729.590474.1709
Yxy29.59040.19830.2286
Hunter Lab54.3971-10.9780-42.7645
CIE-Lab61.2992-10.0125-42.7020

#149ddf color RGB value is (20,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011101 11011111
Octal 24 235 337
Decimal 20 157 223
Hex 14 9D DF

RGB Percentages of Color #149ddf

%5.00
%39.25
%55.75

CMYK Percentages of Color #149ddf

%91
%30
%0
%13

Triadic Colors of #149ddf

#149ddf #df149d #9ddf14

Analogous Colors of #149ddf

#149ddf #1437df #14dfbc

Monochromatic Colors of #149ddf

#149ddf

Complementary Color

#149ddf #df5614

#149ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#149ddf Color CSS Codes

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

#149ddf Text Font Color

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

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


#149ddf Background Color

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

This div background color is #149ddf


#149ddf Border Color

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

This div border color is #149ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149ddf


Comments

No comments written yet.

Please login to write comment.