Color Hex Logo

#11beba Color Hex

#11BEBA
(17,190,186)
0 Favorites   0 Comments

Color spaces of #11beba

RGB 17190186
HSL0.500.840.41
HSV179°91°75°
CMYK 0.910.000.02   0.25
XYZ27.507540.491352.8202
Yxy40.49130.22770.3351
Hunter Lab63.6328-34.1945-4.6724
CIE-Lab69.8180-39.1748-9.1863

#11beba color RGB value is (17,190,186).

#11beba hex color red value is 17, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #11beba hue: 0.50 , saturation: 0.84 and the lightness value of 11beba is 0.41.

The process color (four color CMYK) of #11beba color hex is 0.91, 0.00, 0.02, 0.25. Web safe color of #11beba is #00cccc. Color #11beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111110 10111010
Octal 21 276 272
Decimal 17 190 186
Hex 11 BE BA

RGB Percentages of Color #11beba

%4.33
%48.35
%47.33

CMYK Percentages of Color #11beba

%91
%0
%2
%25

Triadic Colors of #11beba

#11beba #ba11be #beba11

Analogous Colors of #11beba

#11beba #116cbe #11be64

Monochromatic Colors of #11beba

#11beba

Complementary Color

#11beba #be1115

#11beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#11beba Color CSS Codes

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

#11beba Text Font Color

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

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


#11beba Background Color

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

This div background color is #11beba


#11beba Border Color

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

This div border color is #11beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11beba


Comments

No comments written yet.

Please login to write comment.