Color Hex Logo

#15bece Color Hex

#15BECE
(21,190,206)
0 Favorites   0 Comments

Color spaces of #15bece

RGB 21190206
HSL0.510.810.45
HSV185°90°81°
CMYK 0.900.080.00   0.19
XYZ29.863341.442664.8178
Yxy41.44260.21940.3044
Hunter Lab64.3759-29.8536-14.6338
CIE-Lab70.4849-32.8652-19.1328

#15bece color RGB value is (21,190,206).

#15bece hex color red value is 21, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #15bece hue: 0.51 , saturation: 0.81 and the lightness value of 15bece is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111110 11001110
Octal 25 276 316
Decimal 21 190 206
Hex 15 BE CE

RGB Percentages of Color #15bece

%5.04
%45.56
%49.40

CMYK Percentages of Color #15bece

%90
%8
%0
%19

Triadic Colors of #15bece

#15bece #ce15be #bece15

Analogous Colors of #15bece

#15bece #1561ce #15ce82

Monochromatic Colors of #15bece

#15bece

Complementary Color

#15bece #ce2515

#15bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bece Color CSS Codes

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

#15bece Text Font Color

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

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


#15bece Background Color

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

This div background color is #15bece


#15bece Border Color

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

This div border color is #15bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bece


Comments

No comments written yet.

Please login to write comment.