Color Hex Logo

#7badbb Color Hex

#7BADBB
(123,173,187)
0 Favorites   0 Comments

Color spaces of #7badbb

RGB 123173187
HSL0.540.320.61
HSV193°34°73°
CMYK 0.340.070.00   0.27
XYZ32.081637.686052.5969
Yxy37.68600.26220.3080
Hunter Lab61.3889-14.1472-7.8263
CIE-Lab67.7885-13.0267-12.4636

#7badbb color RGB value is (123,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101101 10111011
Octal 173 255 273
Decimal 123 173 187
Hex 7B AD BB

RGB Percentages of Color #7badbb

%25.47
%35.82
%38.72

CMYK Percentages of Color #7badbb

%34
%7
%0
%27

Triadic Colors of #7badbb

#7badbb #bb7bad #adbb7b

Analogous Colors of #7badbb

#7badbb #7b8dbb #7bbba9

Monochromatic Colors of #7badbb

#7badbb

Complementary Color

#7badbb #bb897b

#7badbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7badbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7badbb Color CSS Codes

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

#7badbb Text Font Color

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

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


#7badbb Background Color

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

This div background color is #7badbb


#7badbb Border Color

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

This div border color is #7badbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7badbb


Comments

No comments written yet.

Please login to write comment.