Color Hex Logo

#13fbcc Color Hex

#13FBCC
(19,251,204)
0 Favorites   0 Comments

Color spaces of #13fbcc

RGB 19251204
HSL0.470.970.53
HSV168°92°98°
CMYK 0.920.000.19   0.02
XYZ45.664873.492468.9054
Yxy73.49240.24280.3908
Hunter Lab85.7277-54.941412.3538
CIE-Lab88.6820-59.60818.7767

#13fbcc color RGB value is (19,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111011 11001100
Octal 23 373 314
Decimal 19 251 204
Hex 13 FB CC

RGB Percentages of Color #13fbcc

%4.01
%52.95
%43.04

CMYK Percentages of Color #13fbcc

%92
%0
%19
%2

Triadic Colors of #13fbcc

#13fbcc #cc13fb #fbcc13

Analogous Colors of #13fbcc

#13fbcc #13b6fb #13fb58

Monochromatic Colors of #13fbcc

#13fbcc

Complementary Color

#13fbcc #fb1342

#13fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fbcc Color CSS Codes

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

#13fbcc Text Font Color

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

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


#13fbcc Background Color

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

This div background color is #13fbcc


#13fbcc Border Color

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

This div border color is #13fbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fbcc


Comments

No comments written yet.

Please login to write comment.