Color Hex Logo

#10beaa Color Hex

#10BEAA
(16,190,170)
0 Favorites   0 Comments

Color spaces of #10beaa

RGB 16190170
HSL0.480.840.40
HSV173°92°75°
CMYK 0.920.000.11   0.25
XYZ25.882839.839444.3558
Yxy39.83940.23510.3619
Hunter Lab63.1185-37.26032.5175
CIE-Lab69.3550-43.8229-1.0972

#10beaa color RGB value is (16,190,170).

#10beaa hex color red value is 16, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #10beaa hue: 0.48 , saturation: 0.84 and the lightness value of 10beaa is 0.40.

The process color (four color CMYK) of #10beaa color hex is 0.92, 0.00, 0.11, 0.25. Web safe color of #10beaa is #00cc99. Color #10beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111110 10101010
Octal 20 276 252
Decimal 16 190 170
Hex 10 BE AA

RGB Percentages of Color #10beaa

%4.26
%50.53
%45.21

CMYK Percentages of Color #10beaa

%92
%0
%11
%25

Triadic Colors of #10beaa

#10beaa #aa10be #beaa10

Analogous Colors of #10beaa

#10beaa #107bbe #10be53

Monochromatic Colors of #10beaa

#10beaa

Complementary Color

#10beaa #be1024

#10beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#10beaa Color CSS Codes

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

#10beaa Text Font Color

<p style="color:#10beaa">Text here</p>

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


#10beaa Background Color

<div style="background-color:#10beaa">
Div content here</div>

This div background color is #10beaa


#10beaa Border Color

<div style="border:3px solid #10beaa">
Div here</div>

This div border color is #10beaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,190,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10beaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10beaa;
  -webkit-box-shadow: 1px 1px 3px 2px #10beaa;
  box-shadow:         1px 1px 3px 2px #10beaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10beaa


Comments

No comments written yet.

Please login to write comment.