Color Hex Logo

#7bbaee Color Hex

#7BBAEE
(123,186,238)
0 Favorites   0 Comments

Color spaces of #7bbaee

RGB 123186238
HSL0.580.770.71
HSV207°48°93°
CMYK 0.480.220.00   0.07
XYZ41.159945.501887.5023
Yxy45.50180.23630.2613
Hunter Lab67.4550-9.1286-29.6922
CIE-Lab73.2211-6.2920-32.1149

#7bbaee color RGB value is (123,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111010 11101110
Octal 173 272 356
Decimal 123 186 238
Hex 7B BA EE

RGB Percentages of Color #7bbaee

%22.49
%34.00
%43.51

CMYK Percentages of Color #7bbaee

%48
%22
%0
%7

Triadic Colors of #7bbaee

#7bbaee #ee7bba #baee7b

Analogous Colors of #7bbaee

#7bbaee #7b81ee #7beee9

Monochromatic Colors of #7bbaee

#7bbaee

Complementary Color

#7bbaee #eeaf7b

#7bbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbaee Color CSS Codes

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

#7bbaee Text Font Color

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

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


#7bbaee Background Color

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

This div background color is #7bbaee


#7bbaee Border Color

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

This div border color is #7bbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbaee


Comments

No comments written yet.

Please login to write comment.