Color Hex Logo

#7bbeee Color Hex

#7BBEEE
(123,190,238)
0 Favorites   0 Comments

Color spaces of #7bbeee

RGB 123190238
HSL0.570.770.71
HSV205°48°93°
CMYK 0.480.200.00   0.07
XYZ42.014547.210987.7871
Yxy47.21090.23740.2667
Hunter Lab68.7102-11.0947-27.6543
CIE-Lab74.3245-8.4478-30.4141

#7bbeee color RGB value is (123,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 11101110
Octal 173 276 356
Decimal 123 190 238
Hex 7B BE EE

RGB Percentages of Color #7bbeee

%22.32
%34.48
%43.19

CMYK Percentages of Color #7bbeee

%48
%20
%0
%7

Triadic Colors of #7bbeee

#7bbeee #ee7bbe #beee7b

Analogous Colors of #7bbeee

#7bbeee #7b85ee #7beee5

Monochromatic Colors of #7bbeee

#7bbeee

Complementary Color

#7bbeee #eeab7b

#7bbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbeee Color CSS Codes

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

#7bbeee Text Font Color

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

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


#7bbeee Background Color

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

This div background color is #7bbeee


#7bbeee Border Color

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

This div border color is #7bbeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,190,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 #7bbeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbeee


Comments

No comments written yet.

Please login to write comment.