Color Hex Logo

#7bacef Color Hex

#7BACEF
(123,172,239)
0 Favorites   0 Comments

Color spaces of #7bacef

RGB 123172239
HSL0.600.780.71
HSV215°49°94°
CMYK 0.490.280.00   0.06
XYZ38.500939.948087.3429
Yxy39.94800.23220.2410
Hunter Lab63.2044-1.8747-37.6904
CIE-Lab69.43251.7104-38.5341

#7bacef color RGB value is (123,172,239).

#7bacef hex color red value is 123, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7bacef hue: 0.60 , saturation: 0.78 and the lightness value of 7bacef is 0.71.

The process color (four color CMYK) of #7bacef color hex is 0.49, 0.28, 0.00, 0.06. Web safe color of #7bacef is #6699ff. Color #7bacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101100 11101111
Octal 173 254 357
Decimal 123 172 239
Hex 7B AC EF

RGB Percentages of Color #7bacef

%23.03
%32.21
%44.76

CMYK Percentages of Color #7bacef

%49
%28
%0
%6

Triadic Colors of #7bacef

#7bacef #ef7bac #acef7b

Analogous Colors of #7bacef

#7bacef #847bef #7be6ef

Monochromatic Colors of #7bacef

#7bacef

Complementary Color

#7bacef #efbe7b

#7bacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bacef Color CSS Codes

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

#7bacef Text Font Color

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

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


#7bacef Background Color

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

This div background color is #7bacef


#7bacef Border Color

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

This div border color is #7bacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bacef


Comments

No comments written yet.

Please login to write comment.