Color Hex Logo

#77b2fe Color Hex

#77B2FE
(119,178,254)
0 Favorites   0 Comments

Color spaces of #77b2fe

RGB 119178254
HSL0.590.990.73
HSV214°53°100°
CMYK 0.530.300.00   0.00
XYZ41.417542.918599.8671
Yxy42.91850.22480.2330
Hunter Lab65.5122-1.7968-44.5234
CIE-Lab71.49961.9157-43.4586

#77b2fe color RGB value is (119,178,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10110010 11111110
Octal 167 262 376
Decimal 119 178 254
Hex 77 B2 FE

RGB Percentages of Color #77b2fe

%21.60
%32.30
%46.10

CMYK Percentages of Color #77b2fe

%53
%30
%0
%0

Triadic Colors of #77b2fe

#77b2fe #fe77b2 #b2fe77

Analogous Colors of #77b2fe

#77b2fe #8077fe #77f6fe

Monochromatic Colors of #77b2fe

#77b2fe

Complementary Color

#77b2fe #fec377

#77b2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77b2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77b2fe Color CSS Codes

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

#77b2fe Text Font Color

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

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


#77b2fe Background Color

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

This div background color is #77b2fe


#77b2fe Border Color

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

This div border color is #77b2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77b2fe

Related Colors


Comments

No comments written yet.

Please login to write comment.