Color Hex Logo

#15bddf Color Hex

#15BDDF
(21,189,223)
0 Favorites   0 Comments

Color spaces of #15bddf

RGB 21189223
HSL0.530.830.48
HSV190°91°87°
CMYK 0.910.150.00   0.13
XYZ31.826141.882376.2187
Yxy41.88230.21230.2794
Hunter Lab64.7165-25.4718-24.5261
CIE-Lab70.7897-26.8893-27.9439

#15bddf color RGB value is (21,189,223).

#15bddf hex color red value is 21, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #15bddf hue: 0.53 , saturation: 0.83 and the lightness value of 15bddf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111101 11011111
Octal 25 275 337
Decimal 21 189 223
Hex 15 BD DF

RGB Percentages of Color #15bddf

%4.85
%43.65
%51.50

CMYK Percentages of Color #15bddf

%91
%15
%0
%13

Triadic Colors of #15bddf

#15bddf #df15bd #bddf15

Analogous Colors of #15bddf

#15bddf #1558df #15df9c

Monochromatic Colors of #15bddf

#15bddf

Complementary Color

#15bddf #df3715

#15bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bddf Color CSS Codes

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

#15bddf Text Font Color

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

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


#15bddf Background Color

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

This div background color is #15bddf


#15bddf Border Color

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

This div border color is #15bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bddf


Comments

No comments written yet.

Please login to write comment.