Color Hex Logo

#77abfe Color Hex

#77ABFE
(119,171,254)
0 Favorites   0 Comments

Color spaces of #77abfe

RGB 119171254
HSL0.600.990.73
HSV217°53°100°
CMYK 0.530.330.00   0.00
XYZ40.060140.203599.4146
Yxy40.20350.22300.2238
Hunter Lab63.40621.8155-48.5764
CIE-Lab69.61425.8551-46.4153

#77abfe color RGB value is (119,171,254).

#77abfe hex color red value is 119, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #77abfe hue: 0.60 , saturation: 0.99 and the lightness value of 77abfe is 0.73.

The process color (four color CMYK) of #77abfe color hex is 0.53, 0.33, 0.00, 0.00. Web safe color of #77abfe is #6699ff. Color #77abfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101011 11111110
Octal 167 253 376
Decimal 119 171 254
Hex 77 AB FE

RGB Percentages of Color #77abfe

%21.88
%31.43
%46.69

CMYK Percentages of Color #77abfe

%53
%33
%0
%0

Triadic Colors of #77abfe

#77abfe #fe77ab #abfe77

Analogous Colors of #77abfe

#77abfe #8777fe #77effe

Monochromatic Colors of #77abfe

#77abfe

Complementary Color

#77abfe #feca77

#77abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77abfe Color CSS Codes

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

#77abfe Text Font Color

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

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


#77abfe Background Color

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

This div background color is #77abfe


#77abfe Border Color

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

This div border color is #77abfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,171,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77abfe

Related Colors


Comments

No comments written yet.

Please login to write comment.