Color Hex Logo

#7baadd Color Hex

#7BAADD
(123,170,221)
0 Favorites   0 Comments

Color spaces of #7baadd

RGB 123170221
HSL0.590.590.67
HSV211°44°87°
CMYK 0.440.230.00   0.13
XYZ35.594238.180973.9002
Yxy38.18090.24100.2585
Hunter Lab61.7907-5.3097-27.6559
CIE-Lab68.1537-2.3326-30.6694

#7baadd color RGB value is (123,170,221).

#7baadd hex color red value is 123, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7baadd hue: 0.59 , saturation: 0.59 and the lightness value of 7baadd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 11011101
Octal 173 252 335
Decimal 123 170 221
Hex 7B AA DD

RGB Percentages of Color #7baadd

%23.93
%33.07
%43.00

CMYK Percentages of Color #7baadd

%44
%23
%0
%13

Triadic Colors of #7baadd

#7baadd #dd7baa #aadd7b

Analogous Colors of #7baadd

#7baadd #7d7bdd #7bdbdd

Monochromatic Colors of #7baadd

#7baadd

Complementary Color

#7baadd #ddae7b

#7baadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baadd Color CSS Codes

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

#7baadd Text Font Color

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

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


#7baadd Background Color

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

This div background color is #7baadd


#7baadd Border Color

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

This div border color is #7baadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baadd


Comments

No comments written yet.

Please login to write comment.