Color Hex Logo

#13cdff Color Hex

#13CDFF
(19,205,255)
0 Favorites   0 Comments

Color spaces of #13cdff

RGB 19205255
HSL0.541.000.54
HSV193°93°100°
CMYK 0.930.200.00   0.00
XYZ40.149951.0211102.3397
Yxy51.02110.20750.2637
Hunter Lab71.4291-24.6669-34.9472
CIE-Lab76.6918-24.3717-36.0972

#13cdff color RGB value is (19,205,255).

#13cdff hex color red value is 19, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #13cdff hue: 0.54 , saturation: 1.00 and the lightness value of 13cdff is 0.54.

The process color (four color CMYK) of #13cdff color hex is 0.93, 0.20, 0.00, 0.00. Web safe color of #13cdff is #00ccff. Color #13cdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001101 11111111
Octal 23 315 377
Decimal 19 205 255
Hex 13 CD FF

RGB Percentages of Color #13cdff

%3.97
%42.80
%53.24

CMYK Percentages of Color #13cdff

%93
%20
%0
%0

Triadic Colors of #13cdff

#13cdff #ff13cd #cdff13

Analogous Colors of #13cdff

#13cdff #1357ff #13ffbb

Monochromatic Colors of #13cdff

#13cdff

Complementary Color

#13cdff #ff4513

#13cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cdff Color CSS Codes

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

#13cdff Text Font Color

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

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


#13cdff Background Color

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

This div background color is #13cdff


#13cdff Border Color

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

This div border color is #13cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cdff


Comments

No comments written yet.

Please login to write comment.