Color Hex Logo

#7bbaeb Color Hex

#7BBAEB
(123,186,235)
0 Favorites   0 Comments

Color spaces of #7bbaeb

RGB 123186235
HSL0.570.740.70
HSV206°48°92°
CMYK 0.480.210.00   0.08
XYZ40.722745.326985.1999
Yxy45.32690.23780.2647
Hunter Lab67.3253-9.8508-27.9036
CIE-Lab73.1066-7.1427-30.6669

#7bbaeb color RGB value is (123,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111010 11101011
Octal 173 272 353
Decimal 123 186 235
Hex 7B BA EB

RGB Percentages of Color #7bbaeb

%22.61
%34.19
%43.20

CMYK Percentages of Color #7bbaeb

%48
%21
%0
%8

Triadic Colors of #7bbaeb

#7bbaeb #eb7bba #baeb7b

Analogous Colors of #7bbaeb

#7bbaeb #7b82eb #7bebe4

Monochromatic Colors of #7bbaeb

#7bbaeb

Complementary Color

#7bbaeb #ebac7b

#7bbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbaeb Color CSS Codes

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

#7bbaeb Text Font Color

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

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


#7bbaeb Background Color

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

This div background color is #7bbaeb


#7bbaeb Border Color

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

This div border color is #7bbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbaeb


Comments

No comments written yet.

Please login to write comment.