Color Hex Logo

#7bbbee Color Hex

#7BBBEE
(123,187,238)
0 Favorites   0 Comments

Color spaces of #7bbbee

RGB 123187238
HSL0.570.770.71
HSV207°48°93°
CMYK 0.480.210.00   0.07
XYZ41.371345.924687.5728
Yxy45.92460.23660.2626
Hunter Lab67.7677-9.6215-29.1801
CIE-Lab73.4966-6.8329-31.6899

#7bbbee color RGB value is (123,187,238).

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

The process color (four color CMYK) of #7bbbee color hex is 0.48, 0.21, 0.00, 0.07. Web safe color of #7bbbee is #66ccff. Color #7bbbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111011 11101110
Octal 173 273 356
Decimal 123 187 238
Hex 7B BB EE

RGB Percentages of Color #7bbbee

%22.45
%34.12
%43.43

CMYK Percentages of Color #7bbbee

%48
%21
%0
%7

Triadic Colors of #7bbbee

#7bbbee #ee7bbb #bbee7b

Analogous Colors of #7bbbee

#7bbbee #7b82ee #7beee8

Monochromatic Colors of #7bbbee

#7bbbee

Complementary Color

#7bbbee #eeae7b

#7bbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbbee Color CSS Codes

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

#7bbbee Text Font Color

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

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


#7bbbee Background Color

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

This div background color is #7bbbee


#7bbbee Border Color

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

This div border color is #7bbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbbee


Comments

No comments written yet.

Please login to write comment.