Color Hex Logo

#11cebe Color Hex

#11CEBE
(17,206,190)
0 Favorites   0 Comments

Color spaces of #11cebe

RGB 17206190
HSL0.490.850.44
HSV175°92°81°
CMYK 0.920.000.08   0.19
XYZ31.596747.979556.3108
Yxy47.97950.23250.3531
Hunter Lab69.2672-39.79370.2873
CIE-Lab74.8120-45.0630-3.9641

#11cebe color RGB value is (17,206,190).

#11cebe hex color red value is 17, green value is 206 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #11cebe hue: 0.49 , saturation: 0.85 and the lightness value of 11cebe is 0.44.

The process color (four color CMYK) of #11cebe color hex is 0.92, 0.00, 0.08, 0.19. Web safe color of #11cebe is #00cccc. Color #11cebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001110 10111110
Octal 21 316 276
Decimal 17 206 190
Hex 11 CE BE

RGB Percentages of Color #11cebe

%4.12
%49.88
%46.00

CMYK Percentages of Color #11cebe

%92
%0
%8
%19

Triadic Colors of #11cebe

#11cebe #be11ce #cebe11

Analogous Colors of #11cebe

#11cebe #1180ce #11ce60

Monochromatic Colors of #11cebe

#11cebe

Complementary Color

#11cebe #ce1121

#11cebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cebe Color CSS Codes

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

#11cebe Text Font Color

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

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


#11cebe Background Color

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

This div background color is #11cebe


#11cebe Border Color

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

This div border color is #11cebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cebe


Comments

No comments written yet.

Please login to write comment.