Color Hex Logo

#7baecc Color Hex

#7BAECC
(123,174,204)
0 Favorites   0 Comments

Color spaces of #7baecc

RGB 123174204
HSL0.560.440.64
HSV202°40°80°
CMYK 0.400.150.00   0.20
XYZ34.203538.842762.8214
Yxy38.84270.25170.2859
Hunter Lab62.3239-11.1057-16.1365
CIE-Lab68.6372-9.1726-20.5732

#7baecc color RGB value is (123,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 11001100
Octal 173 256 314
Decimal 123 174 204
Hex 7B AE CC

RGB Percentages of Color #7baecc

%24.55
%34.73
%40.72

CMYK Percentages of Color #7baecc

%40
%15
%0
%20

Triadic Colors of #7baecc

#7baecc #cc7bae #aecc7b

Analogous Colors of #7baecc

#7baecc #7b86cc #7bccc2

Monochromatic Colors of #7baecc

#7baecc

Complementary Color

#7baecc #cc997b

#7baecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baecc Color CSS Codes

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

#7baecc Text Font Color

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

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


#7baecc Background Color

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

This div background color is #7baecc


#7baecc Border Color

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

This div border color is #7baecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baecc


Comments

No comments written yet.

Please login to write comment.