Color Hex Logo

#7bbeff Color Hex

#7BBEFF
(123,190,255)
0 Favorites   0 Comments

Color spaces of #7bbeff

RGB 123190255
HSL0.581.000.74
HSV210°52°100°
CMYK 0.520.250.00   0.00
XYZ44.631848.2579101.5701
Yxy48.25790.22950.2482
Hunter Lab69.4679-6.8860-38.0613
CIE-Lab74.9873-3.5546-38.5437

#7bbeff color RGB value is (123,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 11111111
Octal 173 276 377
Decimal 123 190 255
Hex 7B BE FF

RGB Percentages of Color #7bbeff

%21.65
%33.45
%44.89

CMYK Percentages of Color #7bbeff

%52
%25
%0
%0

Triadic Colors of #7bbeff

#7bbeff #ff7bbe #beff7b

Analogous Colors of #7bbeff

#7bbeff #7b7cff #7bfffe

Monochromatic Colors of #7bbeff

#7bbeff

Complementary Color

#7bbeff #ffbc7b

#7bbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbeff Color CSS Codes

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

#7bbeff Text Font Color

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

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


#7bbeff Background Color

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

This div background color is #7bbeff


#7bbeff Border Color

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

This div border color is #7bbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbeff

Related Colors

#7bbeff Color Palettes


Comments

No comments written yet.

Please login to write comment.