Color Hex Logo

#7baeeb Color Hex

#7BAEEB
(123,174,235)
0 Favorites   0 Comments

Color spaces of #7baeeb

RGB 123174235
HSL0.590.740.70
HSV213°48°92°
CMYK 0.480.260.00   0.08
XYZ38.299840.481284.3923
Yxy40.48120.23470.2481
Hunter Lab63.6248-3.8931-34.1052
CIE-Lab69.8109-0.5660-35.7650

#7baeeb color RGB value is (123,174,235).

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

The process color (four color CMYK) of #7baeeb color hex is 0.48, 0.26, 0.00, 0.08. Web safe color of #7baeeb is #6699ff. Color #7baeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 11101011
Octal 173 256 353
Decimal 123 174 235
Hex 7B AE EB

RGB Percentages of Color #7baeeb

%23.12
%32.71
%44.17

CMYK Percentages of Color #7baeeb

%48
%26
%0
%8

Triadic Colors of #7baeeb

#7baeeb #eb7bae #aeeb7b

Analogous Colors of #7baeeb

#7baeeb #807beb #7be6eb

Monochromatic Colors of #7baeeb

#7baeeb

Complementary Color

#7baeeb #ebb87b

#7baeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baeeb Color CSS Codes

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

#7baeeb Text Font Color

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

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


#7baeeb Background Color

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

This div background color is #7baeeb


#7baeeb Border Color

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

This div border color is #7baeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baeeb


Comments

No comments written yet.

Please login to write comment.