Color Hex Logo

#147ddf Color Hex

#147DDF
(20,125,223)
0 Favorites   0 Comments

Color spaces of #147ddf

RGB 20125223
HSL0.580.840.48
HSV209°91°87°
CMYK 0.910.440.00   0.13
XYZ20.941420.143772.5964
Yxy20.14370.18420.1772
Hunter Lab44.88174.7434-64.4846
CIE-Lab51.99938.8895-57.4821

#147ddf color RGB value is (20,125,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111101 11011111
Octal 24 175 337
Decimal 20 125 223
Hex 14 7D DF

RGB Percentages of Color #147ddf

%5.43
%33.97
%60.60

CMYK Percentages of Color #147ddf

%91
%44
%0
%13

Triadic Colors of #147ddf

#147ddf #df147d #7ddf14

Analogous Colors of #147ddf

#147ddf #1417df #14dfdc

Monochromatic Colors of #147ddf

#147ddf

Complementary Color

#147ddf #df7614

#147ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#147ddf Color CSS Codes

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

#147ddf Text Font Color

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

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


#147ddf Background Color

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

This div background color is #147ddf


#147ddf Border Color

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

This div border color is #147ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147ddf


Comments

No comments written yet.

Please login to write comment.