Color Hex Logo

#17cdef Color Hex

#17CDEF
(23,205,239)
0 Favorites   0 Comments

Color spaces of #17cdef

RGB 23205239
HSL0.530.870.51
HSV189°90°94°
CMYK 0.900.140.00   0.06
XYZ37.764750.076889.3367
Yxy50.07680.21310.2826
Hunter Lab70.7650-28.5797-25.3147
CIE-Lab76.1164-29.4728-28.4135

#17cdef color RGB value is (23,205,239).

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

The process color (four color CMYK) of #17cdef color hex is 0.90, 0.14, 0.00, 0.06. Web safe color of #17cdef is #00ccff. Color #17cdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 11001101 11101111
Octal 27 315 357
Decimal 23 205 239
Hex 17 CD EF

RGB Percentages of Color #17cdef

%4.93
%43.90
%51.18

CMYK Percentages of Color #17cdef

%90
%14
%0
%6

Triadic Colors of #17cdef

#17cdef #ef17cd #cdef17

Analogous Colors of #17cdef

#17cdef #1761ef #17efa5

Monochromatic Colors of #17cdef

#17cdef

Complementary Color

#17cdef #ef3917

#17cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#17cdef Color CSS Codes

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

#17cdef Text Font Color

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

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


#17cdef Background Color

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

This div background color is #17cdef


#17cdef Border Color

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

This div border color is #17cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17cdef


Comments

No comments written yet.

Please login to write comment.