Color Hex Logo

#11bcea Color Hex

#11BCEA
(17,188,234)
0 Favorites   0 Comments

Color spaces of #11bcea

RGB 17188234
HSL0.540.860.49
HSV193°93°92°
CMYK 0.930.200.00   0.08
XYZ33.065742.026184.2110
Yxy42.02610.20760.2638
Hunter Lab64.8275-22.4031-31.6385
CIE-Lab70.8889-22.8665-33.7747

#11bcea color RGB value is (17,188,234).

#11bcea hex color red value is 17, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #11bcea hue: 0.54 , saturation: 0.86 and the lightness value of 11bcea is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111100 11101010
Octal 21 274 352
Decimal 17 188 234
Hex 11 BC EA

RGB Percentages of Color #11bcea

%3.87
%42.82
%53.30

CMYK Percentages of Color #11bcea

%93
%20
%0
%8

Triadic Colors of #11bcea

#11bcea #ea11bc #bcea11

Analogous Colors of #11bcea

#11bcea #1150ea #11eaac

Monochromatic Colors of #11bcea

#11bcea

Complementary Color

#11bcea #ea3f11

#11bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bcea Color CSS Codes

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

#11bcea Text Font Color

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

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


#11bcea Background Color

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

This div background color is #11bcea


#11bcea Border Color

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

This div border color is #11bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bcea


Comments

No comments written yet.

Please login to write comment.