Color Hex Logo

#177ddd Color Hex

#177DDD
(23,125,221)
0 Favorites   0 Comments

Color spaces of #177ddd

RGB 23125221
HSL0.580.810.48
HSV209°90°87°
CMYK 0.900.430.00   0.13
XYZ20.738120.069871.1875
Yxy20.06980.18520.1792
Hunter Lab44.79934.2308-62.8541
CIE-Lab51.91608.2680-56.4880

#177ddd color RGB value is (23,125,221).

#177ddd hex color red value is 23, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #177ddd hue: 0.58 , saturation: 0.81 and the lightness value of 177ddd is 0.48.

The process color (four color CMYK) of #177ddd color hex is 0.90, 0.43, 0.00, 0.13. Web safe color of #177ddd is #0066cc. Color #177ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01111101 11011101
Octal 27 175 335
Decimal 23 125 221
Hex 17 7D DD

RGB Percentages of Color #177ddd

%6.23
%33.88
%59.89

CMYK Percentages of Color #177ddd

%90
%43
%0
%13

Triadic Colors of #177ddd

#177ddd #dd177d #7ddd17

Analogous Colors of #177ddd

#177ddd #171add #17ddda

Monochromatic Colors of #177ddd

#177ddd

Complementary Color

#177ddd #dd7717

#177ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#177ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#177ddd Color CSS Codes

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

#177ddd Text Font Color

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

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


#177ddd Background Color

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

This div background color is #177ddd


#177ddd Border Color

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

This div border color is #177ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #177ddd


Comments

No comments written yet.

Please login to write comment.