Color Hex Logo

#7bbae5 Color Hex

#7BBAE5
(123,186,229)
0 Favorites   0 Comments

Color spaces of #7bbae5

RGB 123186229
HSL0.570.670.69
HSV204°46°90°
CMYK 0.460.190.00   0.10
XYZ39.870144.985980.7105
Yxy44.98590.24080.2717
Hunter Lab67.0715-11.2674-24.3965
CIE-Lab72.8826-8.8263-27.7575

#7bbae5 color RGB value is (123,186,229).

#7bbae5 hex color red value is 123, green value is 186 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #7bbae5 hue: 0.57 , saturation: 0.67 and the lightness value of 7bbae5 is 0.69.

The process color (four color CMYK) of #7bbae5 color hex is 0.46, 0.19, 0.00, 0.10. Web safe color of #7bbae5 is #66cccc. Color #7bbae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111010 11100101
Octal 173 272 345
Decimal 123 186 229
Hex 7B BA E5

RGB Percentages of Color #7bbae5

%22.86
%34.57
%42.57

CMYK Percentages of Color #7bbae5

%46
%19
%0
%10

Triadic Colors of #7bbae5

#7bbae5 #e57bba #bae57b

Analogous Colors of #7bbae5

#7bbae5 #7b85e5 #7be5db

Monochromatic Colors of #7bbae5

#7bbae5

Complementary Color

#7bbae5 #e5a67b

#7bbae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbae5 Color CSS Codes

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

#7bbae5 Text Font Color

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

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


#7bbae5 Background Color

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

This div background color is #7bbae5


#7bbae5 Border Color

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

This div border color is #7bbae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbae5


Comments

No comments written yet.

Please login to write comment.