Color Hex Logo

#7baeb1 Color Hex

#7BAEB1
(123,174,177)
0 Favorites   0 Comments

Color spaces of #7baeb1

RGB 123174177
HSL0.510.260.59
HSV183°31°69°
CMYK 0.310.020.00   0.31
XYZ31.240237.657447.2170
Yxy37.65740.26900.3243
Hunter Lab61.3656-16.5185-2.6640
CIE-Lab67.7673-16.0057-6.9562

#7baeb1 color RGB value is (123,174,177).

#7baeb1 hex color red value is 123, green value is 174 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #7baeb1 hue: 0.51 , saturation: 0.26 and the lightness value of 7baeb1 is 0.59.

The process color (four color CMYK) of #7baeb1 color hex is 0.31, 0.02, 0.00, 0.31. Web safe color of #7baeb1 is #669999. Color #7baeb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 10110001
Octal 173 256 261
Decimal 123 174 177
Hex 7B AE B1

RGB Percentages of Color #7baeb1

%25.95
%36.71
%37.34

CMYK Percentages of Color #7baeb1

%31
%2
%0
%31

Triadic Colors of #7baeb1

#7baeb1 #b17bae #aeb17b

Analogous Colors of #7baeb1

#7baeb1 #7b93b1 #7bb199

Monochromatic Colors of #7baeb1

#7baeb1

Complementary Color

#7baeb1 #b17e7b

#7baeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baeb1 Color CSS Codes

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

#7baeb1 Text Font Color

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

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


#7baeb1 Background Color

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

This div background color is #7baeb1


#7baeb1 Border Color

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

This div border color is #7baeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baeb1


Comments

No comments written yet.

Please login to write comment.