Color Hex Logo

#15bedc Color Hex

#15BEDC
(21,190,220)
0 Favorites   0 Comments

Color spaces of #15bedc

RGB 21190220
HSL0.530.830.47
HSV189°90°86°
CMYK 0.900.140.00   0.14
XYZ31.641042.153674.1790
Yxy42.15360.21380.2849
Hunter Lab64.9258-26.6298-22.2919
CIE-Lab70.9767-28.3697-26.0230

#15bedc color RGB value is (21,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111110 11011100
Octal 25 276 334
Decimal 21 190 220
Hex 15 BE DC

RGB Percentages of Color #15bedc

%4.87
%44.08
%51.04

CMYK Percentages of Color #15bedc

%90
%14
%0
%14

Triadic Colors of #15bedc

#15bedc #dc15be #bedc15

Analogous Colors of #15bedc

#15bedc #155bdc #15dc97

Monochromatic Colors of #15bedc

#15bedc

Complementary Color

#15bedc #dc3315

#15bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bedc Color CSS Codes

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

#15bedc Text Font Color

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

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


#15bedc Background Color

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

This div background color is #15bedc


#15bedc Border Color

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

This div border color is #15bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bedc


Comments

No comments written yet.

Please login to write comment.