Color Hex Logo

#7fbbef Color Hex

#7FBBEF
(127,187,239)
0 Favorites   0 Comments

Color spaces of #7fbbef

RGB 127187239
HSL0.580.780.72
HSV208°47°94°
CMYK 0.470.220.00   0.06
XYZ42.102746.284788.3761
Yxy46.28470.23820.2618
Hunter Lab68.0329-8.5913-29.3959
CIE-Lab73.7299-5.6186-31.8546

#7fbbef color RGB value is (127,187,239).

#7fbbef hex color red value is 127, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7fbbef hue: 0.58 , saturation: 0.78 and the lightness value of 7fbbef is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111011 11101111
Octal 177 273 357
Decimal 127 187 239
Hex 7F BB EF

RGB Percentages of Color #7fbbef

%22.97
%33.82
%43.22

CMYK Percentages of Color #7fbbef

%47
%22
%0
%6

Triadic Colors of #7fbbef

#7fbbef #ef7fbb #bbef7f

Analogous Colors of #7fbbef

#7fbbef #7f83ef #7fefeb

Monochromatic Colors of #7fbbef

#7fbbef

Complementary Color

#7fbbef #efb37f

#7fbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbbef Color CSS Codes

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

#7fbbef Text Font Color

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

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


#7fbbef Background Color

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

This div background color is #7fbbef


#7fbbef Border Color

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

This div border color is #7fbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbbef


Comments

No comments written yet.

Please login to write comment.