Color Hex Logo

#7babbe Color Hex

#7BABBE
(123,171,190)
0 Favorites   0 Comments

Color spaces of #7babbe

RGB 123171190
HSL0.550.340.61
HSV197°35°75°
CMYK 0.350.100.00   0.25
XYZ32.025637.054554.1795
Yxy37.05450.25980.3006
Hunter Lab60.8724-12.6160-10.1604
CIE-Lab67.3179-11.2007-14.8335

#7babbe color RGB value is (123,171,190).

#7babbe hex color red value is 123, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7babbe hue: 0.55 , saturation: 0.34 and the lightness value of 7babbe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101011 10111110
Octal 173 253 276
Decimal 123 171 190
Hex 7B AB BE

RGB Percentages of Color #7babbe

%25.41
%35.33
%39.26

CMYK Percentages of Color #7babbe

%35
%10
%0
%25

Triadic Colors of #7babbe

#7babbe #be7bab #abbe7b

Analogous Colors of #7babbe

#7babbe #7b8abe #7bbeb0

Monochromatic Colors of #7babbe

#7babbe

Complementary Color

#7babbe #be8e7b

#7babbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7babbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7babbe Color CSS Codes

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

#7babbe Text Font Color

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

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


#7babbe Background Color

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

This div background color is #7babbe


#7babbe Border Color

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

This div border color is #7babbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7babbe


Comments

No comments written yet.

Please login to write comment.