Color Hex Logo

#7bacec Color Hex

#7BACEC
(123,172,236)
0 Favorites   0 Comments

Color spaces of #7bacec

RGB 123172236
HSL0.590.750.70
HSV214°48°93°
CMYK 0.480.270.00   0.07
XYZ38.061239.772185.0276
Yxy39.77210.23370.2442
Hunter Lab63.0651-2.6353-35.7922
CIE-Lab69.30690.8379-37.0938

#7bacec color RGB value is (123,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101100 11101100
Octal 173 254 354
Decimal 123 172 236
Hex 7B AC EC

RGB Percentages of Color #7bacec

%23.16
%32.39
%44.44

CMYK Percentages of Color #7bacec

%48
%27
%0
%7

Triadic Colors of #7bacec

#7bacec #ec7bac #acec7b

Analogous Colors of #7bacec

#7bacec #837bec #7be5ec

Monochromatic Colors of #7bacec

#7bacec

Complementary Color

#7bacec #ecbb7b

#7bacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bacec Color CSS Codes

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

#7bacec Text Font Color

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

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


#7bacec Background Color

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

This div background color is #7bacec


#7bacec Border Color

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

This div border color is #7bacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bacec


Comments

No comments written yet.

Please login to write comment.