Color Hex Logo

#7baebf Color Hex

#7BAEBF
(123,174,191)
0 Favorites   0 Comments

Color spaces of #7baebf

RGB 123174191
HSL0.540.350.62
HSV195°36°75°
CMYK 0.360.090.00   0.25
XYZ32.708438.244654.9483
Yxy38.24460.25980.3038
Hunter Lab61.8422-13.8151-9.3910
CIE-Lab68.2005-12.5497-14.0579

#7baebf color RGB value is (123,174,191).

#7baebf hex color red value is 123, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7baebf hue: 0.54 , saturation: 0.35 and the lightness value of 7baebf is 0.62.

The process color (four color CMYK) of #7baebf color hex is 0.36, 0.09, 0.00, 0.25. Web safe color of #7baebf is #6699cc. Color #7baebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 10111111
Octal 173 256 277
Decimal 123 174 191
Hex 7B AE BF

RGB Percentages of Color #7baebf

%25.20
%35.66
%39.14

CMYK Percentages of Color #7baebf

%36
%9
%0
%25

Triadic Colors of #7baebf

#7baebf #bf7bae #aebf7b

Analogous Colors of #7baebf

#7baebf #7b8cbf #7bbfae

Monochromatic Colors of #7baebf

#7baebf

Complementary Color

#7baebf #bf8c7b

#7baebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baebf Color CSS Codes

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

#7baebf Text Font Color

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

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


#7baebf Background Color

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

This div background color is #7baebf


#7baebf Border Color

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

This div border color is #7baebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baebf


Comments

No comments written yet.

Please login to write comment.