Color Hex Logo

#7bbae3 Color Hex

#7BBAE3
(123,186,227)
0 Favorites   0 Comments

Color spaces of #7bbae3

RGB 123186227
HSL0.570.650.69
HSV204°46°89°
CMYK 0.460.180.00   0.11
XYZ39.592444.874879.2480
Yxy44.87480.24180.2741
Hunter Lab66.9887-11.7310-23.2484
CIE-Lab72.8094-9.3817-26.7838

#7bbae3 color RGB value is (123,186,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111010 11100011
Octal 173 272 343
Decimal 123 186 227
Hex 7B BA E3

RGB Percentages of Color #7bbae3

%22.95
%34.70
%42.35

CMYK Percentages of Color #7bbae3

%46
%18
%0
%11

Triadic Colors of #7bbae3

#7bbae3 #e37bba #bae37b

Analogous Colors of #7bbae3

#7bbae3 #7b86e3 #7be3d8

Monochromatic Colors of #7bbae3

#7bbae3

Complementary Color

#7bbae3 #e3a47b

#7bbae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbae3 Color CSS Codes

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

#7bbae3 Text Font Color

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

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


#7bbae3 Background Color

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

This div background color is #7bbae3


#7bbae3 Border Color

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

This div border color is #7bbae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbae3


Comments

No comments written yet.

Please login to write comment.