Color Hex Logo

#7badba Color Hex

#7BADBA
(123,173,186)
0 Favorites   0 Comments

Color spaces of #7badba

RGB 123173186
HSL0.530.310.61
HSV192°34°73°
CMYK 0.340.070.00   0.27
XYZ31.974937.643352.0350
Yxy37.64330.26280.3094
Hunter Lab61.3541-14.3439-7.3365
CIE-Lab67.7569-13.2766-11.9574

#7badba color RGB value is (123,173,186).

#7badba hex color red value is 123, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7badba hue: 0.53 , saturation: 0.31 and the lightness value of 7badba is 0.61.

The process color (four color CMYK) of #7badba color hex is 0.34, 0.07, 0.00, 0.27. Web safe color of #7badba is #6699cc. Color #7badba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101101 10111010
Octal 173 255 272
Decimal 123 173 186
Hex 7B AD BA

RGB Percentages of Color #7badba

%25.52
%35.89
%38.59

CMYK Percentages of Color #7badba

%34
%7
%0
%27

Triadic Colors of #7badba

#7badba #ba7bad #adba7b

Analogous Colors of #7badba

#7badba #7b8eba #7bbaa8

Monochromatic Colors of #7badba

#7badba

Complementary Color

#7badba #ba887b

#7badba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7badba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7badba Color CSS Codes

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

#7badba Text Font Color

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

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


#7badba Background Color

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

This div background color is #7badba


#7badba Border Color

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

This div border color is #7badba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,173,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 #7badba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7badba


Comments

No comments written yet.

Please login to write comment.