Color Hex Logo

#15fbcb Color Hex

#15FBCB
(21,251,203)
0 Favorites   0 Comments

Color spaces of #15fbcb

RGB 21251203
HSL0.470.970.53
HSV167°92°98°
CMYK 0.920.000.19   0.02
XYZ45.585973.465668.2776
Yxy73.46560.24330.3922
Hunter Lab85.7121-55.061012.7685
CIE-Lab88.6693-59.77899.2779

#15fbcb color RGB value is (21,251,203).

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

The process color (four color CMYK) of #15fbcb color hex is 0.92, 0.00, 0.19, 0.02. Web safe color of #15fbcb is #00ffcc. Color #15fbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11111011 11001011
Octal 25 373 313
Decimal 21 251 203
Hex 15 FB CB

RGB Percentages of Color #15fbcb

%4.42
%52.84
%42.74

CMYK Percentages of Color #15fbcb

%92
%0
%19
%2

Triadic Colors of #15fbcb

#15fbcb #cb15fb #fbcb15

Analogous Colors of #15fbcb

#15fbcb #15b8fb #15fb58

Monochromatic Colors of #15fbcb

#15fbcb

Complementary Color

#15fbcb #fb1545

#15fbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15fbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15fbcb Color CSS Codes

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

#15fbcb Text Font Color

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

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


#15fbcb Background Color

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

This div background color is #15fbcb


#15fbcb Border Color

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

This div border color is #15fbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15fbcb


Comments

No comments written yet.

Please login to write comment.