Color Hex Logo

#7baaed Color Hex

#7BAAED
(123,170,237)
0 Favorites   0 Comments

Color spaces of #7baaed

RGB 123170237
HSL0.600.760.71
HSV215°48°93°
CMYK 0.480.280.00   0.07
XYZ37.829239.074885.6691
Yxy39.07480.23270.2404
Hunter Lab62.5098-1.3690-37.4995
CIE-Lab68.80542.2491-38.4205

#7baaed color RGB value is (123,170,237).

#7baaed hex color red value is 123, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7baaed hue: 0.60 , saturation: 0.76 and the lightness value of 7baaed is 0.71.

The process color (four color CMYK) of #7baaed color hex is 0.48, 0.28, 0.00, 0.07. Web safe color of #7baaed is #6699ff. Color #7baaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 11101101
Octal 173 252 355
Decimal 123 170 237
Hex 7B AA ED

RGB Percentages of Color #7baaed

%23.21
%32.08
%44.72

CMYK Percentages of Color #7baaed

%48
%28
%0
%7

Triadic Colors of #7baaed

#7baaed #ed7baa #aaed7b

Analogous Colors of #7baaed

#7baaed #857bed #7be3ed

Monochromatic Colors of #7baaed

#7baaed

Complementary Color

#7baaed #edbe7b

#7baaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baaed Color CSS Codes

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

#7baaed Text Font Color

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

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


#7baaed Background Color

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

This div background color is #7baaed


#7baaed Border Color

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

This div border color is #7baaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baaed


Comments

No comments written yet.

Please login to write comment.