Color Hex Logo

#7baace Color Hex

#7BAACE
(123,170,206)
0 Favorites   0 Comments

Color spaces of #7baace

RGB 123170206
HSL0.570.460.65
HSV206°40°81°
CMYK 0.400.170.00   0.19
XYZ33.683737.416663.8393
Yxy37.41660.24960.2773
Hunter Lab61.1691-8.7522-19.0598
CIE-Lab67.5884-6.4629-23.2758

#7baace color RGB value is (123,170,206).

#7baace hex color red value is 123, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7baace hue: 0.57 , saturation: 0.46 and the lightness value of 7baace is 0.65.

The process color (four color CMYK) of #7baace color hex is 0.40, 0.17, 0.00, 0.19. Web safe color of #7baace is #6699cc. Color #7baace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 11001110
Octal 173 252 316
Decimal 123 170 206
Hex 7B AA CE

RGB Percentages of Color #7baace

%24.65
%34.07
%41.28

CMYK Percentages of Color #7baace

%40
%17
%0
%19

Triadic Colors of #7baace

#7baace #ce7baa #aace7b

Analogous Colors of #7baace

#7baace #7b81ce #7bcec9

Monochromatic Colors of #7baace

#7baace

Complementary Color

#7baace #ce9f7b

#7baace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baace Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baace Color CSS Codes

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

#7baace Text Font Color

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

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


#7baace Background Color

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

This div background color is #7baace


#7baace Border Color

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

This div border color is #7baace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baace


Comments

No comments written yet.

Please login to write comment.