Color Hex Logo

#15d7ca Color Hex

#15D7CA
(21,215,202)
0 Favorites   0 Comments

Color spaces of #15d7ca

RGB 21215202
HSL0.490.820.46
HSV176°90°84°
CMYK 0.900.000.06   0.16
XYZ35.270453.024664.2529
Yxy53.02460.23120.3476
Hunter Lab72.8180-40.9725-1.3435
CIE-Lab77.8895-45.3934-5.8760

#15d7ca color RGB value is (21,215,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11010111 11001010
Octal 25 327 312
Decimal 21 215 202
Hex 15 D7 CA

RGB Percentages of Color #15d7ca

%4.79
%49.09
%46.12

CMYK Percentages of Color #15d7ca

%90
%0
%6
%16

Triadic Colors of #15d7ca

#15d7ca #ca15d7 #d7ca15

Analogous Colors of #15d7ca

#15d7ca #1583d7 #15d769

Monochromatic Colors of #15d7ca

#15d7ca

Complementary Color

#15d7ca #d71522

#15d7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15d7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#15d7ca Color CSS Codes

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

#15d7ca Text Font Color

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

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


#15d7ca Background Color

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

This div background color is #15d7ca


#15d7ca Border Color

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

This div border color is #15d7ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,215,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15d7ca


Comments

No comments written yet.

Please login to write comment.