color codes Logo

#177bdd color codes

#177BDD
(23,123,221)
0 Favorites   0 Comments

Color spaces of #177bdd

RGB 23123221
HSL0.580.810.48
HSV210°90°87°
CMYK 0.900.440.00   0.13
XYZ20.487519.568571.1039
Yxy19.56850.18430.1760
Hunter Lab44.23635.2566-64.3353
CIE-Lab51.34589.5085-57.4032

#177bdd color RGB value is (23,123,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 01111011 11011101
Octal 27 173 335
Decimal 23 123 221
Hex 17 7B DD

RGB Percentages of Color #177bdd

%6.27
%33.51
%60.22

CMYK Percentages of Color #177bdd

%90
%44
%0
%13

Triadic Colors of #177bdd

#177bdd #dd177b #7bdd17

Analogous Colors of #177bdd

#177bdd #1718dd #17dddc

Monochromatic Colors of #177bdd

#177bdd

Complementary Color

#177bdd #dd7917

#177bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#177bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#177bdd Color CSS Codes

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

#177bdd Text Font Color

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

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


#177bdd Background Color

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

This div background color is #177bdd


#177bdd Border Color

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

This div border color is #177bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #177bdd


Comments

No comments written yet.

Please login to write comment.