Color Hex Logo

#77b4eb Color Hex

#77B4EB
(119,180,235)
0 Favorites   0 Comments

Color spaces of #77b4eb

RGB 119180235
HSL0.580.740.69
HSV208°49°92°
CMYK 0.490.230.00   0.08
XYZ38.924442.562684.7611
Yxy42.56260.23410.2560
Hunter Lab65.2400-7.6709-31.3627
CIE-Lab71.2571-4.8028-33.5388

#77b4eb color RGB value is (119,180,235).

#77b4eb hex color red value is 119, green value is 180 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #77b4eb hue: 0.58 , saturation: 0.74 and the lightness value of 77b4eb is 0.69.

The process color (four color CMYK) of #77b4eb color hex is 0.49, 0.23, 0.00, 0.08. Web safe color of #77b4eb is #66ccff. Color #77b4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10110100 11101011
Octal 167 264 353
Decimal 119 180 235
Hex 77 B4 EB

RGB Percentages of Color #77b4eb

%22.28
%33.71
%44.01

CMYK Percentages of Color #77b4eb

%49
%23
%0
%8

Triadic Colors of #77b4eb

#77b4eb #eb77b4 #b4eb77

Analogous Colors of #77b4eb

#77b4eb #777aeb #77ebe8

Monochromatic Colors of #77b4eb

#77b4eb

Complementary Color

#77b4eb #ebae77

#77b4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77b4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77b4eb Color CSS Codes

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

#77b4eb Text Font Color

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

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


#77b4eb Background Color

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

This div background color is #77b4eb


#77b4eb Border Color

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

This div border color is #77b4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77b4eb


Comments

No comments written yet.

Please login to write comment.