Color Hex Logo

#15f4ee Color Hex Flourescent Blue

#15F4EE
(21,244,238)
9 Favorites   0 Comments

Color spaces of #15f4ee Flourescent Blue

RGB 21244238
HSL0.500.910.52
HSV178°91°96°
CMYK 0.910.000.02   0.04
XYZ48.092671.033892.0651
Yxy71.03380.22770.3363
Hunter Lab84.2816-45.6373-5.7684
CIE-Lab87.5014-47.6987-10.6711

#15f4ee color RGB value is (21,244,238). #15f4ee color name is Flourescent Blue color.

#15f4ee hex color red value is 21, green value is 244 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #15f4ee hue: 0.50 , saturation: 0.91 and the lightness value of 15f4ee is 0.52.

The process color (four color CMYK) of #15f4ee color hex is 0.91, 0.00, 0.02, 0.04. Web safe color of #15f4ee is #00ffff. Color #15f4ee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11110100 11101110
Octal 25 364 356
Decimal 21 244 238
Hex 15 F4 EE

RGB Percentages of Color #15f4ee

%4.17
%48.51
%47.32

CMYK Percentages of Color #15f4ee

%91
%0
%2
%4

Triadic Colors of #15f4ee

#15f4ee #ee15f4 #f4ee15

Analogous Colors of #15f4ee

#15f4ee #158bf4 #15f47f

Monochromatic Colors of #15f4ee

#15f4ee

Complementary Color

#15f4ee #f4151b

#15f4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15f4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#15f4ee Color CSS Codes

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

#15f4ee Text Font Color

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

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


#15f4ee Background Color

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

This div background color is #15f4ee


#15f4ee Border Color

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

This div border color is #15f4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15f4ee

#15f4ee Color Palettes


Comments

No comments written yet.

Please login to write comment.