Color Hex Logo

#15becb Color Hex

#15BECB
(21,190,203)
0 Favorites   0 Comments

Color spaces of #15becb

RGB 21190203
HSL0.510.810.44
HSV184°90°80°
CMYK 0.900.060.00   0.20
XYZ29.502241.298162.9163
Yxy41.29810.22060.3088
Hunter Lab64.2636-30.5153-13.0625
CIE-Lab70.3843-33.8070-17.6447

#15becb color RGB value is (21,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111110 11001011
Octal 25 276 313
Decimal 21 190 203
Hex 15 BE CB

RGB Percentages of Color #15becb

%5.07
%45.89
%49.03

CMYK Percentages of Color #15becb

%90
%6
%0
%20

Triadic Colors of #15becb

#15becb #cb15be #becb15

Analogous Colors of #15becb

#15becb #1563cb #15cb7d

Monochromatic Colors of #15becb

#15becb

Complementary Color

#15becb #cb2215

#15becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15becb Color CSS Codes

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

#15becb Text Font Color

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

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


#15becb Background Color

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

This div background color is #15becb


#15becb Border Color

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

This div border color is #15becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15becb


Comments

No comments written yet.

Please login to write comment.