Color Hex Logo

#7ba5df Color Hex

#7BA5DF
(123,165,223)
0 Favorites   0 Comments

Color spaces of #7ba5df

RGB 123165223
HSL0.600.610.68
HSV215°45°87°
CMYK 0.450.260.00   0.13
XYZ34.942836.448975.0057
Yxy36.44890.23870.2490
Hunter Lab60.3729-2.3399-31.3993
CIE-Lab66.86151.0253-33.7695

#7ba5df color RGB value is (123,165,223).

#7ba5df hex color red value is 123, green value is 165 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7ba5df hue: 0.60 , saturation: 0.61 and the lightness value of 7ba5df is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10100101 11011111
Octal 173 245 337
Decimal 123 165 223
Hex 7B A5 DF

RGB Percentages of Color #7ba5df

%24.07
%32.29
%43.64

CMYK Percentages of Color #7ba5df

%45
%26
%0
%13

Triadic Colors of #7ba5df

#7ba5df #df7ba5 #a5df7b

Analogous Colors of #7ba5df

#7ba5df #837bdf #7bd7df

Monochromatic Colors of #7ba5df

#7ba5df

Complementary Color

#7ba5df #dfb57b

#7ba5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ba5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ba5df Color CSS Codes

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

#7ba5df Text Font Color

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

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


#7ba5df Background Color

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

This div background color is #7ba5df


#7ba5df Border Color

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

This div border color is #7ba5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ba5df

#7ba5df Color Palettes


Comments

No comments written yet.

Please login to write comment.