Color Hex Logo

#175fed Color Hex

#175FED
(23,95,237)
0 Favorites   0 Comments

Color spaces of #175fed

RGB 2395237
HSL0.610.860.51
HSV220°90°93°
CMYK 0.900.600.00   0.07
XYZ19.731614.481081.8759
Yxy14.48100.17000.1247
Hunter Lab38.053925.9609-100.9292
CIE-Lab44.915033.4942-76.8445

#175fed color RGB value is (23,95,237).

#175fed hex color red value is 23, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #175fed hue: 0.61 , saturation: 0.86 and the lightness value of 175fed is 0.51.

The process color (four color CMYK) of #175fed color hex is 0.90, 0.60, 0.00, 0.07. Web safe color of #175fed is #0066ff. Color #175fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01011111 11101101
Octal 27 137 355
Decimal 23 95 237
Hex 17 5F ED

RGB Percentages of Color #175fed

%6.48
%26.76
%66.76

CMYK Percentages of Color #175fed

%90
%60
%0
%7

Triadic Colors of #175fed

#175fed #ed175f #5fed17

Analogous Colors of #175fed

#175fed #3a17ed #17caed

Monochromatic Colors of #175fed

#175fed

Complementary Color

#175fed #eda517

#175fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#175fed Color CSS Codes

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

#175fed Text Font Color

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

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


#175fed Background Color

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

This div background color is #175fed


#175fed Border Color

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

This div border color is #175fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175fed


Comments

No comments written yet.

Please login to write comment.