Color Hex Logo

#13cadf Color Hex

#13CADF
(19,202,223)
0 Favorites   0 Comments

Color spaces of #13cadf

RGB 19202223
HSL0.520.840.47
HSV186°91°87°
CMYK 0.910.090.00   0.13
XYZ34.708447.707277.1911
Yxy47.70720.21750.2989
Hunter Lab69.0704-31.1756-17.9115
CIE-Lab74.6399-33.3049-22.0576

#13cadf color RGB value is (19,202,223).

#13cadf hex color red value is 19, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #13cadf hue: 0.52 , saturation: 0.84 and the lightness value of 13cadf is 0.47.

The process color (four color CMYK) of #13cadf color hex is 0.91, 0.09, 0.00, 0.13. Web safe color of #13cadf is #00cccc. Color #13cadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001010 11011111
Octal 23 312 337
Decimal 19 202 223
Hex 13 CA DF

RGB Percentages of Color #13cadf

%4.28
%45.50
%50.23

CMYK Percentages of Color #13cadf

%91
%9
%0
%13

Triadic Colors of #13cadf

#13cadf #df13ca #cadf13

Analogous Colors of #13cadf

#13cadf #1364df #13df8e

Monochromatic Colors of #13cadf

#13cadf

Complementary Color

#13cadf #df2813

#13cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cadf Color CSS Codes

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

#13cadf Text Font Color

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

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


#13cadf Background Color

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

This div background color is #13cadf


#13cadf Border Color

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

This div border color is #13cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cadf


Comments

No comments written yet.

Please login to write comment.