Color Hex Logo

#13cfbc Color Hex

#13CFBC
(19,207,188)
0 Favorites   0 Comments

Color spaces of #13cfbc

RGB 19207188
HSL0.480.830.44
HSV174°91°81°
CMYK 0.910.000.09   0.19
XYZ31.658548.394955.2495
Yxy48.39490.23400.3577
Hunter Lab69.5664-40.50901.6085
CIE-Lab75.0733-45.9637-2.4986

#13cfbc color RGB value is (19,207,188).

#13cfbc hex color red value is 19, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #13cfbc hue: 0.48 , saturation: 0.83 and the lightness value of 13cfbc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001111 10111100
Octal 23 317 274
Decimal 19 207 188
Hex 13 CF BC

RGB Percentages of Color #13cfbc

%4.59
%50.00
%45.41

CMYK Percentages of Color #13cfbc

%91
%0
%9
%19

Triadic Colors of #13cfbc

#13cfbc #bc13cf #cfbc13

Analogous Colors of #13cfbc

#13cfbc #1384cf #13cf5e

Monochromatic Colors of #13cfbc

#13cfbc

Complementary Color

#13cfbc #cf1326

#13cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cfbc Color CSS Codes

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

#13cfbc Text Font Color

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

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


#13cfbc Background Color

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

This div background color is #13cfbc


#13cfbc Border Color

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

This div border color is #13cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cfbc


Comments

No comments written yet.

Please login to write comment.