Color Hex Logo

#7baec8 Color Hex

#7BAEC8
(123,174,200)
0 Favorites   0 Comments

Color spaces of #7baec8

RGB 123174200
HSL0.560.410.63
HSV200°39°78°
CMYK 0.390.130.00   0.22
XYZ33.729838.653260.3266
Yxy38.65320.25420.2913
Hunter Lab62.1717-11.9595-14.0102
CIE-Lab68.4993-10.2278-18.5770

#7baec8 color RGB value is (123,174,200).

#7baec8 hex color red value is 123, green value is 174 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #7baec8 hue: 0.56 , saturation: 0.41 and the lightness value of 7baec8 is 0.63.

The process color (four color CMYK) of #7baec8 color hex is 0.39, 0.13, 0.00, 0.22. Web safe color of #7baec8 is #6699cc. Color #7baec8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 11001000
Octal 173 256 310
Decimal 123 174 200
Hex 7B AE C8

RGB Percentages of Color #7baec8

%24.75
%35.01
%40.24

CMYK Percentages of Color #7baec8

%39
%13
%0
%22

Triadic Colors of #7baec8

#7baec8 #c87bae #aec87b

Analogous Colors of #7baec8

#7baec8 #7b88c8 #7bc8bc

Monochromatic Colors of #7baec8

#7baec8

Complementary Color

#7baec8 #c8957b

#7baec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baec8 Color CSS Codes

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

#7baec8 Text Font Color

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

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


#7baec8 Background Color

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

This div background color is #7baec8


#7baec8 Border Color

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

This div border color is #7baec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baec8


Comments

No comments written yet.

Please login to write comment.