color codes Logo

#15bdda color codes

#15BDDA
(21,189,218)
0 Favorites   0 Comments

Color spaces of #15bdda

RGB 21189218
HSL0.520.820.47
HSV189°90°85°
CMYK 0.900.130.00   0.15
XYZ31.161741.616672.7201
Yxy41.61660.21420.2860
Hunter Lab64.5109-26.6705-21.6771
CIE-Lab70.6058-28.5296-25.5012

#15bdda color RGB value is (21,189,218).

#15bdda hex color red value is 21, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #15bdda hue: 0.52 , saturation: 0.82 and the lightness value of 15bdda is 0.47.

The process color (four color CMYK) of #15bdda color code is 0.90, 0.13, 0.00, 0.15. Web safe color of #15bdda is #00cccc. Color #15bdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111101 11011010
Octal 25 275 332
Decimal 21 189 218
Hex 15 BD DA

RGB Percentages of Color #15bdda

%4.91
%44.16
%50.93

CMYK Percentages of Color #15bdda

%90
%13
%0
%15

Triadic Colors of #15bdda

#15bdda #da15bd #bdda15

Analogous Colors of #15bdda

#15bdda #155ada #15da95

Monochromatic Colors of #15bdda

#15bdda

Complementary Color

#15bdda #da3215

#15bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bdda Color CSS Codes

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

#15bdda Text Font Color

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

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


#15bdda Background Color

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

This div background color is #15bdda


#15bdda Border Color

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

This div border color is #15bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bdda


Comments

No comments written yet.

Please login to write comment.