Color Hex Logo

#7baaec Color Hex

#7BAAEC
(123,170,236)
0 Favorites   0 Comments

Color spaces of #7baaec

RGB 123170236
HSL0.600.750.70
HSV215°48°93°
CMYK 0.480.280.00   0.07
XYZ37.683439.016584.9017
Yxy39.01650.23320.2414
Hunter Lab62.4632-1.6234-36.8644
CIE-Lab68.76321.9579-37.9403

#7baaec color RGB value is (123,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 11101100
Octal 173 252 354
Decimal 123 170 236
Hex 7B AA EC

RGB Percentages of Color #7baaec

%23.25
%32.14
%44.61

CMYK Percentages of Color #7baaec

%48
%28
%0
%7

Triadic Colors of #7baaec

#7baaec #ec7baa #aaec7b

Analogous Colors of #7baaec

#7baaec #857bec #7be3ec

Monochromatic Colors of #7baaec

#7baaec

Complementary Color

#7baaec #ecbd7b

#7baaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baaec Color CSS Codes

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

#7baaec Text Font Color

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

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


#7baaec Background Color

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

This div background color is #7baaec


#7baaec Border Color

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

This div border color is #7baaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baaec


Comments

No comments written yet.

Please login to write comment.