Color Hex Logo

#13cfec Color Hex

#13CFEC
(19,207,236)
0 Favorites   0 Comments

Color spaces of #13cfec

RGB 19207236
HSL0.520.850.50
HSV188°92°93°
CMYK 0.920.120.00   0.07
XYZ37.721750.820287.1780
Yxy50.82020.21470.2892
Hunter Lab71.2883-30.3025-22.6036
CIE-Lab76.5700-31.5675-26.1110

#13cfec color RGB value is (19,207,236).

#13cfec hex color red value is 19, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #13cfec hue: 0.52 , saturation: 0.85 and the lightness value of 13cfec is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001111 11101100
Octal 23 317 354
Decimal 19 207 236
Hex 13 CF EC

RGB Percentages of Color #13cfec

%4.11
%44.81
%51.08

CMYK Percentages of Color #13cfec

%92
%12
%0
%7

Triadic Colors of #13cfec

#13cfec #ec13cf #cfec13

Analogous Colors of #13cfec

#13cfec #1363ec #13ec9d

Monochromatic Colors of #13cfec

#13cfec

Complementary Color

#13cfec #ec3013

#13cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cfec Color CSS Codes

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

#13cfec Text Font Color

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

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


#13cfec Background Color

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

This div background color is #13cfec


#13cfec Border Color

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

This div border color is #13cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cfec


Comments

No comments written yet.

Please login to write comment.