Color Hex Logo

#15cabc Color Hex

#15CABC
(21,202,188)
0 Favorites   0 Comments

Color spaces of #15cabc

RGB 21202188
HSL0.490.810.44
HSV175°90°79°
CMYK 0.900.000.07   0.21
XYZ30.506946.031354.8540
Yxy46.03130.23220.3503
Hunter Lab67.8464-38.4692-0.4437
CIE-Lab73.5658-43.7205-4.7162

#15cabc color RGB value is (21,202,188).

#15cabc hex color red value is 21, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #15cabc hue: 0.49 , saturation: 0.81 and the lightness value of 15cabc is 0.44.

The process color (four color CMYK) of #15cabc color hex is 0.90, 0.00, 0.07, 0.21. Web safe color of #15cabc is #00cccc. Color #15cabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001010 10111100
Octal 25 312 274
Decimal 21 202 188
Hex 15 CA BC

RGB Percentages of Color #15cabc

%5.11
%49.15
%45.74

CMYK Percentages of Color #15cabc

%90
%0
%7
%21

Triadic Colors of #15cabc

#15cabc #bc15ca #cabc15

Analogous Colors of #15cabc

#15cabc #157eca #15ca62

Monochromatic Colors of #15cabc

#15cabc

Complementary Color

#15cabc #ca1523

#15cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15cabc Color CSS Codes

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

#15cabc Text Font Color

<p style="color:#15cabc">Text here</p>

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


#15cabc Background Color

<div style="background-color:#15cabc">
Div content here</div>

This div background color is #15cabc


#15cabc Border Color

<div style="border:3px solid #15cabc">
Div here</div>

This div border color is #15cabc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,202,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15cabc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15cabc;
  -webkit-box-shadow: 1px 1px 3px 2px #15cabc;
  box-shadow:         1px 1px 3px 2px #15cabc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,202,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 #15cabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15cabc


Comments

No comments written yet.

Please login to write comment.