Color Hex Logo

#7bbeef Color Hex

#7BBEEF
(123,190,239)
1 Favorites   0 Comments

Color spaces of #7bbeef

RGB 123190239
HSL0.570.780.71
HSV205°49°94°
CMYK 0.490.210.00   0.06
XYZ42.161847.269988.5632
Yxy47.26990.23690.2656
Hunter Lab68.7531-10.8555-28.2463
CIE-Lab74.3621-8.1653-30.8962

#7bbeef color RGB value is (123,190,239).

#7bbeef hex color red value is 123, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7bbeef hue: 0.57 , saturation: 0.78 and the lightness value of 7bbeef is 0.71.

The process color (four color CMYK) of #7bbeef color hex is 0.49, 0.21, 0.00, 0.06. Web safe color of #7bbeef is #66ccff. Color #7bbeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 11101111
Octal 173 276 357
Decimal 123 190 239
Hex 7B BE EF

RGB Percentages of Color #7bbeef

%22.28
%34.42
%43.30

CMYK Percentages of Color #7bbeef

%49
%21
%0
%6

Triadic Colors of #7bbeef

#7bbeef #ef7bbe #beef7b

Analogous Colors of #7bbeef

#7bbeef #7b84ef #7befe6

Monochromatic Colors of #7bbeef

#7bbeef

Complementary Color

#7bbeef #efac7b

#7bbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbeef Color CSS Codes

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

#7bbeef Text Font Color

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

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


#7bbeef Background Color

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

This div background color is #7bbeef


#7bbeef Border Color

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

This div border color is #7bbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbeef


Comments

No comments written yet.

Please login to write comment.