Color Hex Logo

#77baff Color Hex

#77BAFF
(119,186,255)
0 Favorites   0 Comments

Color spaces of #77baff

RGB 119186255
HSL0.581.000.73
HSV210°53°100°
CMYK 0.530.270.00   0.00
XYZ43.216746.2597101.2590
Yxy46.25970.22660.2425
Hunter Lab68.0145-5.6057-40.6600
CIE-Lab73.7137-2.2166-40.5397

#77baff color RGB value is (119,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111010 11111111
Octal 167 272 377
Decimal 119 186 255
Hex 77 BA FF

RGB Percentages of Color #77baff

%21.25
%33.21
%45.54

CMYK Percentages of Color #77baff

%53
%27
%0
%0

Triadic Colors of #77baff

#77baff #ff77ba #baff77

Analogous Colors of #77baff

#77baff #7877ff #77feff

Monochromatic Colors of #77baff

#77baff

Complementary Color

#77baff #ffbc77

#77baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#77baff Color CSS Codes

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

#77baff Text Font Color

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

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


#77baff Background Color

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

This div background color is #77baff


#77baff Border Color

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

This div border color is #77baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77baff

Related Colors


Comments

No comments written yet.

Please login to write comment.