Color Hex Logo

#7bbcfe Color Hex

#7BBCFE
(123,188,254)
0 Favorites   0 Comments

Color spaces of #7bbcfe

RGB 123188254
HSL0.580.980.74
HSV210°52°100°
CMYK 0.520.260.00   0.00
XYZ44.041047.3332100.5809
Yxy47.33320.22940.2466
Hunter Lab68.7991-6.1337-38.5196
CIE-Lab74.4024-2.7558-38.9156

#7bbcfe color RGB value is (123,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111100 11111110
Octal 173 274 376
Decimal 123 188 254
Hex 7B BC FE

RGB Percentages of Color #7bbcfe

%21.77
%33.27
%44.96

CMYK Percentages of Color #7bbcfe

%52
%26
%0
%0

Triadic Colors of #7bbcfe

#7bbcfe #fe7bbc #bcfe7b

Analogous Colors of #7bbcfe

#7bbcfe #7c7bfe #7bfefe

Monochromatic Colors of #7bbcfe

#7bbcfe

Complementary Color

#7bbcfe #febd7b

#7bbcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbcfe Color CSS Codes

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

#7bbcfe Text Font Color

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

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


#7bbcfe Background Color

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

This div background color is #7bbcfe


#7bbcfe Border Color

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

This div border color is #7bbcfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,188,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 #7bbcfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbcfe


Comments

No comments written yet.

Please login to write comment.