Color Hex Logo

#13cdef Color Hex

#13CDEF
(19,205,239)
0 Favorites   0 Comments

Color spaces of #13cdef

RGB 19205239
HSL0.530.870.51
HSV189°92°94°
CMYK 0.920.140.00   0.06
XYZ37.679950.033189.3328
Yxy50.03310.21280.2826
Hunter Lab70.7341-28.6981-25.3658
CIE-Lab76.0896-29.6326-28.4570

#13cdef color RGB value is (19,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001101 11101111
Octal 23 315 357
Decimal 19 205 239
Hex 13 CD EF

RGB Percentages of Color #13cdef

%4.10
%44.28
%51.62

CMYK Percentages of Color #13cdef

%92
%14
%0
%6

Triadic Colors of #13cdef

#13cdef #ef13cd #cdef13

Analogous Colors of #13cdef

#13cdef #135fef #13efa3

Monochromatic Colors of #13cdef

#13cdef

Complementary Color

#13cdef #ef3513

#13cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cdef Color CSS Codes

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

#13cdef Text Font Color

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

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


#13cdef Background Color

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

This div background color is #13cdef


#13cdef Border Color

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

This div border color is #13cdef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,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 #13cdef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cdef


Comments

No comments written yet.

Please login to write comment.