Color Hex Logo

#178edd Color Hex

#178EDD
(23,142,221)
0 Favorites   0 Comments

Color spaces of #178edd

RGB 23142221
HSL0.570.810.48
HSV204°90°87°
CMYK 0.900.360.00   0.13
XYZ23.077524.748671.9673
Yxy24.74860.19260.2066
Hunter Lab49.7480-4.2549-50.9476
CIE-Lab56.8296-1.9935-48.6478

#178edd color RGB value is (23,142,221).

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

The process color (four color CMYK) of #178edd color hex is 0.90, 0.36, 0.00, 0.13. Web safe color of #178edd is #0099cc. Color #178edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10001110 11011101
Octal 27 216 335
Decimal 23 142 221
Hex 17 8E DD

RGB Percentages of Color #178edd

%5.96
%36.79
%57.25

CMYK Percentages of Color #178edd

%90
%36
%0
%13

Triadic Colors of #178edd

#178edd #dd178e #8edd17

Analogous Colors of #178edd

#178edd #172bdd #17ddc9

Monochromatic Colors of #178edd

#178edd

Complementary Color

#178edd #dd6617

#178edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#178edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#178edd Color CSS Codes

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

#178edd Text Font Color

<p style="color:#178edd">Text here</p>

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


#178edd Background Color

<div style="background-color:#178edd">
Div content here</div>

This div background color is #178edd


#178edd Border Color

<div style="border:3px solid #178edd">
Div here</div>

This div border color is #178edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #178edd


Comments

No comments written yet.

Please login to write comment.