Color Hex Logo

#17bfbc Color Hex

#17BFBC
(23,191,188)
0 Favorites   0 Comments

Color spaces of #17bfbc

RGB 23191188
HSL0.500.790.42
HSV179°88°75°
CMYK 0.880.000.02   0.25
XYZ28.061341.074654.0262
Yxy41.07460.22780.3335
Hunter Lab64.0895-34.0011-5.1177
CIE-Lab70.2282-38.7378-9.6662

#17bfbc color RGB value is (23,191,188).

#17bfbc hex color red value is 23, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #17bfbc hue: 0.50 , saturation: 0.79 and the lightness value of 17bfbc is 0.42.

The process color (four color CMYK) of #17bfbc color hex is 0.88, 0.00, 0.02, 0.25. Web safe color of #17bfbc is #00cccc. Color #17bfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 10111111 10111100
Octal 27 277 274
Decimal 23 191 188
Hex 17 BF BC

RGB Percentages of Color #17bfbc

%5.72
%47.51
%46.77

CMYK Percentages of Color #17bfbc

%88
%0
%2
%25

Triadic Colors of #17bfbc

#17bfbc #bc17bf #bfbc17

Analogous Colors of #17bfbc

#17bfbc #176ebf #17bf68

Monochromatic Colors of #17bfbc

#17bfbc

Complementary Color

#17bfbc #bf171a

#17bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#17bfbc Color CSS Codes

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

#17bfbc Text Font Color

<p style="color:#17bfbc">Text here</p>

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


#17bfbc Background Color

<div style="background-color:#17bfbc">
Div content here</div>

This div background color is #17bfbc


#17bfbc Border Color

<div style="border:3px solid #17bfbc">
Div here</div>

This div border color is #17bfbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,191,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17bfbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17bfbc;
  -webkit-box-shadow: 1px 1px 3px 2px #17bfbc;
  box-shadow:         1px 1px 3px 2px #17bfbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17bfbc


Comments

No comments written yet.

Please login to write comment.