Color Hex Logo

#7bbbea Color Hex

#7BBBEA
(123,187,234)
0 Favorites   0 Comments

Color spaces of #7bbbea

RGB 123187234
HSL0.570.730.70
HSV205°47°92°
CMYK 0.470.200.00   0.08
XYZ40.790045.692184.5115
Yxy45.69210.23850.2672
Hunter Lab67.5959-10.5791-26.8099
CIE-Lab73.3453-7.9640-29.7577

#7bbbea color RGB value is (123,187,234).

#7bbbea hex color red value is 123, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7bbbea hue: 0.57 , saturation: 0.73 and the lightness value of 7bbbea is 0.70.

The process color (four color CMYK) of #7bbbea color hex is 0.47, 0.20, 0.00, 0.08. Web safe color of #7bbbea is #66ccff. Color #7bbbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111011 11101010
Octal 173 273 352
Decimal 123 187 234
Hex 7B BB EA

RGB Percentages of Color #7bbbea

%22.61
%34.38
%43.01

CMYK Percentages of Color #7bbbea

%47
%20
%0
%8

Triadic Colors of #7bbbea

#7bbbea #ea7bbb #bbea7b

Analogous Colors of #7bbbea

#7bbbea #7b84ea #7beae2

Monochromatic Colors of #7bbbea

#7bbbea

Complementary Color

#7bbbea #eaaa7b

#7bbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbbea Color CSS Codes

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

#7bbbea Text Font Color

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

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


#7bbbea Background Color

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

This div background color is #7bbbea


#7bbbea Border Color

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

This div border color is #7bbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbbea


Comments

No comments written yet.

Please login to write comment.