Color Hex Logo

#11cfbe Color Hex

#11CFBE
(17,207,190)
0 Favorites   0 Comments

Color spaces of #11cfbe

RGB 17207190
HSL0.490.850.44
HSV175°92°81°
CMYK 0.920.000.08   0.19
XYZ31.838348.462556.3914
Yxy48.46250.23290.3545
Hunter Lab69.6150-40.18960.7028
CIE-Lab75.1157-45.4915-3.5170

#11cfbe color RGB value is (17,207,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001111 10111110
Octal 21 317 276
Decimal 17 207 190
Hex 11 CF BE

RGB Percentages of Color #11cfbe

%4.11
%50.00
%45.89

CMYK Percentages of Color #11cfbe

%92
%0
%8
%19

Triadic Colors of #11cfbe

#11cfbe #be11cf #cfbe11

Analogous Colors of #11cfbe

#11cfbe #1181cf #11cf5f

Monochromatic Colors of #11cfbe

#11cfbe

Complementary Color

#11cfbe #cf1122

#11cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cfbe Color CSS Codes

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

#11cfbe Text Font Color

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

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


#11cfbe Background Color

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

This div background color is #11cfbe


#11cfbe Border Color

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

This div border color is #11cfbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,207,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 #11cfbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cfbe


Comments

No comments written yet.

Please login to write comment.