Color Hex Logo

#15accb Color Hex

#15ACCB
(21,172,203)
0 Favorites   0 Comments

Color spaces of #15accb

RGB 21172203
HSL0.530.810.44
HSV190°90°80°
CMYK 0.900.150.00   0.20
XYZ25.841333.976361.6960
Yxy33.97630.21270.2796
Hunter Lab58.2892-22.8718-21.9529
CIE-Lab64.9438-24.9823-25.9409

#15accb color RGB value is (21,172,203).

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

The process color (four color CMYK) of #15accb color hex is 0.90, 0.15, 0.00, 0.20. Web safe color of #15accb is #0099cc. Color #15accb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101100 11001011
Octal 25 254 313
Decimal 21 172 203
Hex 15 AC CB

RGB Percentages of Color #15accb

%5.30
%43.43
%51.26

CMYK Percentages of Color #15accb

%90
%15
%0
%20

Triadic Colors of #15accb

#15accb #cb15ac #accb15

Analogous Colors of #15accb

#15accb #1551cb #15cb8f

Monochromatic Colors of #15accb

#15accb

Complementary Color

#15accb #cb3415

#15accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15accb Color CSS Codes

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

#15accb Text Font Color

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

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


#15accb Background Color

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

This div background color is #15accb


#15accb Border Color

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

This div border color is #15accb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,172,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 #15accb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15accb


Comments

No comments written yet.

Please login to write comment.