Color Hex Logo

#7fbbff Color Hex

#7FBBFF
(127,187,255)
0 Favorites   0 Comments

Color spaces of #7fbbff

RGB 127187255
HSL0.591.000.75
HSV212°50°100°
CMYK 0.500.270.00   0.00
XYZ44.572747.2727101.3830
Yxy47.27270.23070.2446
Hunter Lab68.7551-4.6032-39.2976
CIE-Lab74.3639-1.0389-39.4985

#7fbbff color RGB value is (127,187,255).

#7fbbff hex color red value is 127, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7fbbff hue: 0.59 , saturation: 1.00 and the lightness value of 7fbbff is 0.75.

The process color (four color CMYK) of #7fbbff color hex is 0.50, 0.27, 0.00, 0.00. Web safe color of #7fbbff is #66ccff. Color #7fbbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111011 11111111
Octal 177 273 377
Decimal 127 187 255
Hex 7F BB FF

RGB Percentages of Color #7fbbff

%22.32
%32.86
%44.82

CMYK Percentages of Color #7fbbff

%50
%27
%0
%0

Triadic Colors of #7fbbff

#7fbbff #ff7fbb #bbff7f

Analogous Colors of #7fbbff

#7fbbff #837fff #7ffbff

Monochromatic Colors of #7fbbff

#7fbbff

Complementary Color

#7fbbff #ffc37f

#7fbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbbff Color CSS Codes

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

#7fbbff Text Font Color

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

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


#7fbbff Background Color

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

This div background color is #7fbbff


#7fbbff Border Color

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

This div border color is #7fbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbbff


Comments

No comments written yet.

Please login to write comment.