Color Hex Logo

#13fce2 Color Hex

#13FCE2
(19,252,226)
0 Favorites   0 Comments

Color spaces of #13fce2

RGB 19252226
HSL0.480.970.53
HSV173°92°99°
CMYK 0.920.000.10   0.01
XYZ48.806475.250283.9039
Yxy75.25020.23470.3618
Hunter Lab86.7469-51.37763.3759
CIE-Lab89.5101-54.3951-1.4459

#13fce2 color RGB value is (19,252,226).

#13fce2 hex color red value is 19, green value is 252 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #13fce2 hue: 0.48 , saturation: 0.97 and the lightness value of 13fce2 is 0.53.

The process color (four color CMYK) of #13fce2 color hex is 0.92, 0.00, 0.10, 0.01. Web safe color of #13fce2 is #00ffcc. Color #13fce2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111100 11100010
Octal 23 374 342
Decimal 19 252 226
Hex 13 FC E2

RGB Percentages of Color #13fce2

%3.82
%50.70
%45.47

CMYK Percentages of Color #13fce2

%92
%0
%10
%1

Triadic Colors of #13fce2

#13fce2 #e213fc #fce213

Analogous Colors of #13fce2

#13fce2 #13a2fc #13fc6e

Monochromatic Colors of #13fce2

#13fce2

Complementary Color

#13fce2 #fc132d

#13fce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fce2 Color CSS Codes

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

#13fce2 Text Font Color

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

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


#13fce2 Background Color

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

This div background color is #13fce2


#13fce2 Border Color

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

This div border color is #13fce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fce2


Comments

No comments written yet.

Please login to write comment.