Color Hex Logo

#7bacde Color Hex

#7BACDE
(123,172,222)
0 Favorites   0 Comments

Color spaces of #7bacde

RGB 123172222
HSL0.580.600.68
HSV210°45°87°
CMYK 0.450.230.00   0.13
XYZ36.105738.989974.7301
Yxy38.98990.24100.2602
Hunter Lab62.4419-6.0595-27.2486
CIE-Lab68.7439-3.1585-30.3073

#7bacde color RGB value is (123,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101100 11011110
Octal 173 254 336
Decimal 123 172 222
Hex 7B AC DE

RGB Percentages of Color #7bacde

%23.79
%33.27
%42.94

CMYK Percentages of Color #7bacde

%45
%23
%0
%13

Triadic Colors of #7bacde

#7bacde #de7bac #acde7b

Analogous Colors of #7bacde

#7bacde #7c7bde #7bdede

Monochromatic Colors of #7bacde

#7bacde

Complementary Color

#7bacde #dead7b

#7bacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bacde Color CSS Codes

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

#7bacde Text Font Color

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

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


#7bacde Background Color

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

This div background color is #7bacde


#7bacde Border Color

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

This div border color is #7bacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bacde


Comments

No comments written yet.

Please login to write comment.