Color Hex Logo

#15bedd Color Hex

#15BEDD
(21,190,221)
0 Favorites   0 Comments

Color spaces of #15bedd

RGB 21190221
HSL0.530.830.47
HSV189°90°87°
CMYK 0.900.140.00   0.13
XYZ31.773942.206874.8787
Yxy42.20680.21340.2835
Hunter Lab64.9668-26.3912-22.8591
CIE-Lab71.0133-28.0429-26.5116

#15bedd color RGB value is (21,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111110 11011101
Octal 25 276 335
Decimal 21 190 221
Hex 15 BE DD

RGB Percentages of Color #15bedd

%4.86
%43.98
%51.16

CMYK Percentages of Color #15bedd

%90
%14
%0
%13

Triadic Colors of #15bedd

#15bedd #dd15be #bedd15

Analogous Colors of #15bedd

#15bedd #155add #15dd98

Monochromatic Colors of #15bedd

#15bedd

Complementary Color

#15bedd #dd3415

#15bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bedd Color CSS Codes

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

#15bedd Text Font Color

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

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


#15bedd Background Color

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

This div background color is #15bedd


#15bedd Border Color

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

This div border color is #15bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bedd


Comments

No comments written yet.

Please login to write comment.