Color Hex Logo

#15bbd4 Color Hex

#15BBD4
(21,187,212)
0 Favorites   0 Comments

Color spaces of #15bbd4

RGB 21187212
HSL0.520.820.46
HSV188°90°83°
CMYK 0.900.120.00   0.17
XYZ29.963240.453568.5164
Yxy40.45350.21570.2912
Hunter Lab63.6031-27.2146-19.3480
CIE-Lab69.7913-29.4970-23.4697

#15bbd4 color RGB value is (21,187,212).

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

The process color (four color CMYK) of #15bbd4 color hex is 0.90, 0.12, 0.00, 0.17. Web safe color of #15bbd4 is #00cccc. Color #15bbd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111011 11010100
Octal 25 273 324
Decimal 21 187 212
Hex 15 BB D4

RGB Percentages of Color #15bbd4

%5.00
%44.52
%50.48

CMYK Percentages of Color #15bbd4

%90
%12
%0
%17

Triadic Colors of #15bbd4

#15bbd4 #d415bb #bbd415

Analogous Colors of #15bbd4

#15bbd4 #155bd4 #15d48e

Monochromatic Colors of #15bbd4

#15bbd4

Complementary Color

#15bbd4 #d42e15

#15bbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bbd4 Color CSS Codes

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

#15bbd4 Text Font Color

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

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


#15bbd4 Background Color

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

This div background color is #15bbd4


#15bbd4 Border Color

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

This div border color is #15bbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bbd4


Comments

No comments written yet.

Please login to write comment.