Color Hex Logo

#7badbd Color Hex

#7BADBD
(123,173,189)
0 Favorites   0 Comments

Color spaces of #7badbd

RGB 123173189
HSL0.540.330.61
HSV195°35°74°
CMYK 0.350.080.00   0.26
XYZ32.297337.772253.7326
Yxy37.77220.26090.3051
Hunter Lab61.4591-13.7501-8.8148
CIE-Lab67.8524-12.5233-13.4750

#7badbd color RGB value is (123,173,189).

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

The process color (four color CMYK) of #7badbd color hex is 0.35, 0.08, 0.00, 0.26. Web safe color of #7badbd is #6699cc. Color #7badbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101101 10111101
Octal 173 255 275
Decimal 123 173 189
Hex 7B AD BD

RGB Percentages of Color #7badbd

%25.36
%35.67
%38.97

CMYK Percentages of Color #7badbd

%35
%8
%0
%26

Triadic Colors of #7badbd

#7badbd #bd7bad #adbd7b

Analogous Colors of #7badbd

#7badbd #7b8cbd #7bbdac

Monochromatic Colors of #7badbd

#7badbd

Complementary Color

#7badbd #bd8b7b

#7badbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7badbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7badbd Color CSS Codes

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

#7badbd Text Font Color

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

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


#7badbd Background Color

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

This div background color is #7badbd


#7badbd Border Color

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

This div border color is #7badbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7badbd


Comments

No comments written yet.

Please login to write comment.