Color Hex Logo

#15efbf Color Hex

#15EFBF
(21,239,191)
0 Favorites   0 Comments

Color spaces of #15efbf

RGB 21239191
HSL0.460.870.51
HSV167°91°94°
CMYK 0.910.000.20   0.06
XYZ40.579765.654059.8239
Yxy65.65400.24440.3954
Hunter Lab81.0272-52.401912.9441
CIE-Lab84.8196-58.071510.0190

#15efbf color RGB value is (21,239,191).

#15efbf hex color red value is 21, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #15efbf hue: 0.46 , saturation: 0.87 and the lightness value of 15efbf is 0.51.

The process color (four color CMYK) of #15efbf color hex is 0.91, 0.00, 0.20, 0.06. Web safe color of #15efbf is #00ffcc. Color #15efbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101111 10111111
Octal 25 357 277
Decimal 21 239 191
Hex 15 EF BF

RGB Percentages of Color #15efbf

%4.66
%52.99
%42.35

CMYK Percentages of Color #15efbf

%91
%0
%20
%6

Triadic Colors of #15efbf

#15efbf #bf15ef #efbf15

Analogous Colors of #15efbf

#15efbf #15b2ef #15ef52

Monochromatic Colors of #15efbf

#15efbf

Complementary Color

#15efbf #ef1545

#15efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15efbf Color CSS Codes

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

#15efbf Text Font Color

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

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


#15efbf Background Color

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

This div background color is #15efbf


#15efbf Border Color

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

This div border color is #15efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15efbf


Comments

No comments written yet.

Please login to write comment.