Color Hex Logo

#17efdc Color Hex

#17EFDC
(23,239,220)
0 Favorites   0 Comments

Color spaces of #17efdc

RGB 23239220
HSL0.490.870.51
HSV175°90°94°
CMYK 0.900.000.08   0.06
XYZ44.138167.082578.3320
Yxy67.08250.23290.3539
Hunter Lab81.9039-47.13800.6284
CIE-Lab85.5456-50.5027-4.1290

#17efdc color RGB value is (23,239,220).

#17efdc hex color red value is 23, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #17efdc hue: 0.49 , saturation: 0.87 and the lightness value of 17efdc is 0.51.

The process color (four color CMYK) of #17efdc color hex is 0.90, 0.00, 0.08, 0.06. Web safe color of #17efdc is #00ffcc. Color #17efdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 11101111 11011100
Octal 27 357 334
Decimal 23 239 220
Hex 17 EF DC

RGB Percentages of Color #17efdc

%4.77
%49.59
%45.64

CMYK Percentages of Color #17efdc

%90
%0
%8
%6

Triadic Colors of #17efdc

#17efdc #dc17ef #efdc17

Analogous Colors of #17efdc

#17efdc #1796ef #17ef70

Monochromatic Colors of #17efdc

#17efdc

Complementary Color

#17efdc #ef172a

#17efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#17efdc Color CSS Codes

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

#17efdc Text Font Color

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

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


#17efdc Background Color

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

This div background color is #17efdc


#17efdc Border Color

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

This div border color is #17efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17efdc


Comments

No comments written yet.

Please login to write comment.