Color Hex Logo

#7bada0 Color Hex

#7BADA0
(123,173,160)
0 Favorites   0 Comments

Color spaces of #7bada0

RGB 123173160
HSL0.460.230.58
HSV164°29°68°
CMYK 0.290.000.08   0.32
XYZ29.457136.636238.7766
Yxy36.63620.28090.3493
Hunter Lab60.5278-19.05314.3859
CIE-Lab67.0032-19.40601.3448

#7bada0 color RGB value is (123,173,160).

#7bada0 hex color red value is 123, green value is 173 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #7bada0 hue: 0.46 , saturation: 0.23 and the lightness value of 7bada0 is 0.58.

The process color (four color CMYK) of #7bada0 color hex is 0.29, 0.00, 0.08, 0.32. Web safe color of #7bada0 is #669999. Color #7bada0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101101 10100000
Octal 173 255 240
Decimal 123 173 160
Hex 7B AD A0

RGB Percentages of Color #7bada0

%26.97
%37.94
%35.09

CMYK Percentages of Color #7bada0

%29
%0
%8
%32

Triadic Colors of #7bada0

#7bada0 #a07bad #ada07b

Analogous Colors of #7bada0

#7bada0 #7ba1ad #7bad87

Monochromatic Colors of #7bada0

#7bada0

Complementary Color

#7bada0 #ad7b88

#7bada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bada0 Color CSS Codes

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

#7bada0 Text Font Color

<p style="color:#7bada0">Text here</p>

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


#7bada0 Background Color

<div style="background-color:#7bada0">
Div content here</div>

This div background color is #7bada0


#7bada0 Border Color

<div style="border:3px solid #7bada0">
Div here</div>

This div border color is #7bada0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,173,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7bada0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7bada0;
  -webkit-box-shadow: 1px 1px 3px 2px #7bada0;
  box-shadow:         1px 1px 3px 2px #7bada0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bada0


Comments

No comments written yet.

Please login to write comment.