Color Hex Logo

#10bead Color Hex

#10BEAD
(16,190,173)
0 Favorites   0 Comments

Color spaces of #10bead

RGB 16190173
HSL0.480.840.40
HSV174°92°75°
CMYK 0.920.000.09   0.25
XYZ26.170039.954245.8678
Yxy39.95420.23370.3568
Hunter Lab63.2093-36.71361.2228
CIE-Lab69.4369-42.9817-2.6218

#10bead color RGB value is (16,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111110 10101101
Octal 20 276 255
Decimal 16 190 173
Hex 10 BE AD

RGB Percentages of Color #10bead

%4.22
%50.13
%45.65

CMYK Percentages of Color #10bead

%92
%0
%9
%25

Triadic Colors of #10bead

#10bead #ad10be #bead10

Analogous Colors of #10bead

#10bead #1078be #10be56

Monochromatic Colors of #10bead

#10bead

Complementary Color

#10bead #be1021

#10bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#10bead Color CSS Codes

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

#10bead Text Font Color

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

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


#10bead Background Color

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

This div background color is #10bead


#10bead Border Color

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

This div border color is #10bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10bead


Comments

No comments written yet.

Please login to write comment.