Color Hex Logo

#7bbfeb Color Hex

#7BBFEB
(123,191,235)
0 Favorites   0 Comments

Color spaces of #7bbfeb

RGB 123191235
HSL0.570.740.70
HSV204°48°92°
CMYK 0.480.190.00   0.08
XYZ41.794647.470785.5572
Yxy47.47070.23910.2715
Hunter Lab68.8990-12.2939-25.3957
CIE-Lab74.4898-9.8263-28.5393

#7bbfeb color RGB value is (123,191,235).

#7bbfeb hex color red value is 123, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7bbfeb hue: 0.57 , saturation: 0.74 and the lightness value of 7bbfeb is 0.70.

The process color (four color CMYK) of #7bbfeb color hex is 0.48, 0.19, 0.00, 0.08. Web safe color of #7bbfeb is #66ccff. Color #7bbfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111111 11101011
Octal 173 277 353
Decimal 123 191 235
Hex 7B BF EB

RGB Percentages of Color #7bbfeb

%22.40
%34.79
%42.81

CMYK Percentages of Color #7bbfeb

%48
%19
%0
%8

Triadic Colors of #7bbfeb

#7bbfeb #eb7bbf #bfeb7b

Analogous Colors of #7bbfeb

#7bbfeb #7b87eb #7bebdf

Monochromatic Colors of #7bbfeb

#7bbfeb

Complementary Color

#7bbfeb #eba77b

#7bbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbfeb Color CSS Codes

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

#7bbfeb Text Font Color

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

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


#7bbfeb Background Color

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

This div background color is #7bbfeb


#7bbfeb Border Color

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

This div border color is #7bbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbfeb


Comments

No comments written yet.

Please login to write comment.