Color Hex Logo

#7bbafe Color Hex

#7BBAFE
(123,186,254)
0 Favorites   0 Comments

Color spaces of #7bbafe

RGB 123186254
HSL0.590.980.74
HSV211°52°100°
CMYK 0.520.270.00   0.00
XYZ43.616746.4845100.4395
Yxy46.48450.22890.2440
Hunter Lab68.1795-5.1219-39.6181
CIE-Lab73.8588-1.6594-39.7615

#7bbafe color RGB value is (123,186,254).

#7bbafe hex color red value is 123, green value is 186 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7bbafe hue: 0.59 , saturation: 0.98 and the lightness value of 7bbafe is 0.74.

The process color (four color CMYK) of #7bbafe color hex is 0.52, 0.27, 0.00, 0.00. Web safe color of #7bbafe is #66ccff. Color #7bbafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111010 11111110
Octal 173 272 376
Decimal 123 186 254
Hex 7B BA FE

RGB Percentages of Color #7bbafe

%21.85
%33.04
%45.12

CMYK Percentages of Color #7bbafe

%52
%27
%0
%0

Triadic Colors of #7bbafe

#7bbafe #fe7bba #bafe7b

Analogous Colors of #7bbafe

#7bbafe #7e7bfe #7bfcfe

Monochromatic Colors of #7bbafe

#7bbafe

Complementary Color

#7bbafe #febf7b

#7bbafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbafe Color CSS Codes

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

#7bbafe Text Font Color

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

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


#7bbafe Background Color

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

This div background color is #7bbafe


#7bbafe Border Color

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

This div border color is #7bbafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbafe

Related Colors


Comments

No comments written yet.

Please login to write comment.