Color Hex Logo

#77bbff Color Hex

#77BBFF
(119,187,255)
3 Favorites   0 Comments

Color spaces of #77bbff

RGB 119187255
HSL0.581.000.73
HSV210°53°100°
CMYK 0.530.270.00   0.00
XYZ43.428146.6826101.3295
Yxy46.68260.22680.2438
Hunter Lab68.3247-6.1111-40.1033
CIE-Lab73.9863-2.7655-40.1151

#77bbff color RGB value is (119,187,255).

#77bbff hex color red value is 119, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #77bbff hue: 0.58 , saturation: 1.00 and the lightness value of 77bbff is 0.73.

The process color (four color CMYK) of #77bbff color hex is 0.53, 0.27, 0.00, 0.00. Web safe color of #77bbff is #66ccff. Color #77bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111011 11111111
Octal 167 273 377
Decimal 119 187 255
Hex 77 BB FF

RGB Percentages of Color #77bbff

%21.21
%33.33
%45.45

CMYK Percentages of Color #77bbff

%53
%27
%0
%0

Triadic Colors of #77bbff

#77bbff #ff77bb #bbff77

Analogous Colors of #77bbff

#77bbff #7777ff #77ffff

Monochromatic Colors of #77bbff

#77bbff

Complementary Color

#77bbff #ffbb77

#77bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bbff Color CSS Codes

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

#77bbff Text Font Color

<p style="color:#77bbff">Text here</p>

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


#77bbff Background Color

<div style="background-color:#77bbff">
Div content here</div>

This div background color is #77bbff


#77bbff Border Color

<div style="border:3px solid #77bbff">
Div here</div>

This div border color is #77bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.