Color Hex Logo

#15afc5 Color Hex

#15AFC5
(21,175,197)
0 Favorites   0 Comments

Color spaces of #15afc5

RGB 21175197
HSL0.520.810.43
HSV188°89°77°
CMYK 0.890.110.00   0.23
XYZ25.717334.850658.1947
Yxy34.85060.21650.2934
Hunter Lab59.0344-25.5498-17.1226
CIE-Lab65.6322-28.4686-21.5621

#15afc5 color RGB value is (21,175,197).

#15afc5 hex color red value is 21, green value is 175 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #15afc5 hue: 0.52 , saturation: 0.81 and the lightness value of 15afc5 is 0.43.

The process color (four color CMYK) of #15afc5 color hex is 0.89, 0.11, 0.00, 0.23. Web safe color of #15afc5 is #0099cc. Color #15afc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101111 11000101
Octal 25 257 305
Decimal 21 175 197
Hex 15 AF C5

RGB Percentages of Color #15afc5

%5.34
%44.53
%50.13

CMYK Percentages of Color #15afc5

%89
%11
%0
%23

Triadic Colors of #15afc5

#15afc5 #c515af #afc515

Analogous Colors of #15afc5

#15afc5 #1557c5 #15c583

Monochromatic Colors of #15afc5

#15afc5

Complementary Color

#15afc5 #c52b15

#15afc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15afc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15afc5 Color CSS Codes

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

#15afc5 Text Font Color

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

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


#15afc5 Background Color

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

This div background color is #15afc5


#15afc5 Border Color

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

This div border color is #15afc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15afc5


Comments

No comments written yet.

Please login to write comment.