Color Hex Logo

#7baceb Color Hex

#7BACEB
(123,172,235)
0 Favorites   0 Comments

Color spaces of #7baceb

RGB 123172235
HSL0.590.740.70
HSV214°48°92°
CMYK 0.480.270.00   0.08
XYZ37.916339.714284.2645
Yxy39.71420.23420.2453
Hunter Lab63.0192-2.8868-35.1646
CIE-Lab69.26550.5481-36.6126

#7baceb color RGB value is (123,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101100 11101011
Octal 173 254 353
Decimal 123 172 235
Hex 7B AC EB

RGB Percentages of Color #7baceb

%23.21
%32.45
%44.34

CMYK Percentages of Color #7baceb

%48
%27
%0
%8

Triadic Colors of #7baceb

#7baceb #eb7bac #aceb7b

Analogous Colors of #7baceb

#7baceb #827beb #7be4eb

Monochromatic Colors of #7baceb

#7baceb

Complementary Color

#7baceb #ebba7b

#7baceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baceb Color CSS Codes

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

#7baceb Text Font Color

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

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


#7baceb Background Color

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

This div background color is #7baceb


#7baceb Border Color

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

This div border color is #7baceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baceb


Comments

No comments written yet.

Please login to write comment.