Color Hex Logo

#11eaff Color Hex

#11EAFF
(17,234,255)
0 Favorites   0 Comments

Color spaces of #11eaff

RGB 17234255
HSL0.511.000.53
HSV185°93°100°
CMYK 0.930.080.00   0.00
XYZ47.704066.1848104.8684
Yxy66.18480.21810.3025
Hunter Lab81.3540-37.7016-19.4792
CIE-Lab85.0906-38.3833-23.2170

#11eaff color RGB value is (17,234,255).

#11eaff hex color red value is 17, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #11eaff hue: 0.51 , saturation: 1.00 and the lightness value of 11eaff is 0.53.

The process color (four color CMYK) of #11eaff color hex is 0.93, 0.08, 0.00, 0.00. Web safe color of #11eaff is #00ffff. Color #11eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101010 11111111
Octal 21 352 377
Decimal 17 234 255
Hex 11 EA FF

RGB Percentages of Color #11eaff

%3.36
%46.25
%50.40

CMYK Percentages of Color #11eaff

%93
%8
%0
%0

Triadic Colors of #11eaff

#11eaff #ff11ea #eaff11

Analogous Colors of #11eaff

#11eaff #1173ff #11ff9d

Monochromatic Colors of #11eaff

#11eaff

Complementary Color

#11eaff #ff2611

#11eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#11eaff Color CSS Codes

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

#11eaff Text Font Color

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

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


#11eaff Background Color

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

This div background color is #11eaff


#11eaff Border Color

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

This div border color is #11eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11eaff


Comments

No comments written yet.

Please login to write comment.