Color Hex Logo

#11fcef Color Hex

#11FCEF
(17,252,239)
0 Favorites   0 Comments

Color spaces of #11fcef

RGB 17252239
HSL0.490.980.53
HSV177°93°99°
CMYK 0.930.000.05   0.01
XYZ50.621675.972093.6574
Yxy75.97200.22980.3449
Hunter Lab87.1619-48.8647-2.6951
CIE-Lab89.8463-50.9412-7.7122

#11fcef color RGB value is (17,252,239).

#11fcef hex color red value is 17, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #11fcef hue: 0.49 , saturation: 0.98 and the lightness value of 11fcef is 0.53.

The process color (four color CMYK) of #11fcef color hex is 0.93, 0.00, 0.05, 0.01. Web safe color of #11fcef is #00ffff. Color #11fcef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111100 11101111
Octal 21 374 357
Decimal 17 252 239
Hex 11 FC EF

RGB Percentages of Color #11fcef

%3.35
%49.61
%47.05

CMYK Percentages of Color #11fcef

%93
%0
%5
%1

Triadic Colors of #11fcef

#11fcef #ef11fc #fcef11

Analogous Colors of #11fcef

#11fcef #1194fc #11fc7a

Monochromatic Colors of #11fcef

#11fcef

Complementary Color

#11fcef #fc111e

#11fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fcef Color CSS Codes

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

#11fcef Text Font Color

<p style="color:#11fcef">Text here</p>

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


#11fcef Background Color

<div style="background-color:#11fcef">
Div content here</div>

This div background color is #11fcef


#11fcef Border Color

<div style="border:3px solid #11fcef">
Div here</div>

This div border color is #11fcef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,252,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11fcef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11fcef;
  -webkit-box-shadow: 1px 1px 3px 2px #11fcef;
  box-shadow:         1px 1px 3px 2px #11fcef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fcef


Comments

No comments written yet.

Please login to write comment.