Color Hex Logo

#13fbbe Color Hex

#13FBBE
(19,251,190)
0 Favorites   0 Comments

Color spaces of #13fbbe

RGB 19251190
HSL0.460.970.53
HSV164°92°98°
CMYK 0.920.000.24   0.02
XYZ44.060072.850560.4546
Yxy72.85050.24840.4107
Hunter Lab85.3525-57.223017.7520
CIE-Lab88.3764-62.932815.5777

#13fbbe color RGB value is (19,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111011 10111110
Octal 23 373 276
Decimal 19 251 190
Hex 13 FB BE

RGB Percentages of Color #13fbbe

%4.13
%54.57
%41.30

CMYK Percentages of Color #13fbbe

%92
%0
%24
%2

Triadic Colors of #13fbbe

#13fbbe #be13fb #fbbe13

Analogous Colors of #13fbbe

#13fbbe #13c4fb #13fb4a

Monochromatic Colors of #13fbbe

#13fbbe

Complementary Color

#13fbbe #fb1350

#13fbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fbbe Color CSS Codes

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

#13fbbe Text Font Color

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

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


#13fbbe Background Color

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

This div background color is #13fbbe


#13fbbe Border Color

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

This div border color is #13fbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fbbe

Related Colors


Comments

No comments written yet.

Please login to write comment.