Color Hex Logo

#11ebca Color Hex

#11EBCA
(17,235,202)
0 Favorites   0 Comments

Color spaces of #11ebca

RGB 17235202
HSL0.470.870.49
HSV171°93°92°
CMYK 0.930.000.14   0.08
XYZ40.600263.800166.0519
Yxy63.80010.23820.3743
Hunter Lab79.8750-49.05026.8831
CIE-Lab83.8616-53.87872.8694

#11ebca color RGB value is (17,235,202).

#11ebca hex color red value is 17, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #11ebca hue: 0.47 , saturation: 0.87 and the lightness value of 11ebca is 0.49.

The process color (four color CMYK) of #11ebca color hex is 0.93, 0.00, 0.14, 0.08. Web safe color of #11ebca is #00ffcc. Color #11ebca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101011 11001010
Octal 21 353 312
Decimal 17 235 202
Hex 11 EB CA

RGB Percentages of Color #11ebca

%3.74
%51.76
%44.49

CMYK Percentages of Color #11ebca

%93
%0
%14
%8

Triadic Colors of #11ebca

#11ebca #ca11eb #ebca11

Analogous Colors of #11ebca

#11ebca #119feb #11eb5d

Monochromatic Colors of #11ebca

#11ebca

Complementary Color

#11ebca #eb1132

#11ebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ebca Color CSS Codes

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

#11ebca Text Font Color

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

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


#11ebca Background Color

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

This div background color is #11ebca


#11ebca Border Color

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

This div border color is #11ebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ebca


Comments

No comments written yet.

Please login to write comment.