Color Hex Logo

#175dba Color Hex

#175DBA
(23,93,186)
0 Favorites   0 Comments

Color spaces of #175dba

RGB 2393186
HSL0.600.780.41
HSV214°88°73°
CMYK 0.880.500.00   0.27
XYZ13.130611.556047.9929
Yxy11.55600.18070.1590
Hunter Lab33.99419.4579-59.9097
CIE-Lab40.501614.9339-54.7909

#175dba color RGB value is (23,93,186).

#175dba hex color red value is 23, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #175dba hue: 0.60 , saturation: 0.78 and the lightness value of 175dba is 0.41.

The process color (four color CMYK) of #175dba color hex is 0.88, 0.50, 0.00, 0.27. Web safe color of #175dba is #0066cc. Color #175dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01011101 10111010
Octal 27 135 272
Decimal 23 93 186
Hex 17 5D BA

RGB Percentages of Color #175dba

%7.62
%30.79
%61.59

CMYK Percentages of Color #175dba

%88
%50
%0
%27

Triadic Colors of #175dba

#175dba #ba175d #5dba17

Analogous Colors of #175dba

#175dba #2317ba #17afba

Monochromatic Colors of #175dba

#175dba

Complementary Color

#175dba #ba7417

#175dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#175dba Color CSS Codes

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

#175dba Text Font Color

<p style="color:#175dba">Text here</p>

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


#175dba Background Color

<div style="background-color:#175dba">
Div content here</div>

This div background color is #175dba


#175dba Border Color

<div style="border:3px solid #175dba">
Div here</div>

This div border color is #175dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,93,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #175dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #175dba;
  -webkit-box-shadow: 1px 1px 3px 2px #175dba;
  box-shadow:         1px 1px 3px 2px #175dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,93,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175dba


Comments

No comments written yet.

Please login to write comment.