Color Hex Logo

#77beef Color Hex

#77BEEF
(119,190,239)
0 Favorites   0 Comments

Color spaces of #77beef

RGB 119190239
HSL0.570.790.70
HSV205°50°94°
CMYK 0.500.210.00   0.06
XYZ41.601246.980888.5369
Yxy46.98080.23490.2653
Hunter Lab68.5425-11.6107-28.6055
CIE-Lab74.1775-9.0673-31.1960

#77beef color RGB value is (119,190,239).

#77beef hex color red value is 119, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #77beef hue: 0.57 , saturation: 0.79 and the lightness value of 77beef is 0.70.

The process color (four color CMYK) of #77beef color hex is 0.50, 0.21, 0.00, 0.06. Web safe color of #77beef is #66ccff. Color #77beef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111110 11101111
Octal 167 276 357
Decimal 119 190 239
Hex 77 BE EF

RGB Percentages of Color #77beef

%21.72
%34.67
%43.61

CMYK Percentages of Color #77beef

%50
%21
%0
%6

Triadic Colors of #77beef

#77beef #ef77be #beef77

Analogous Colors of #77beef

#77beef #7782ef #77efe4

Monochromatic Colors of #77beef

#77beef

Complementary Color

#77beef #efa877

#77beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#77beef Color CSS Codes

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

#77beef Text Font Color

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

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


#77beef Background Color

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

This div background color is #77beef


#77beef Border Color

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

This div border color is #77beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77beef


Comments

No comments written yet.

Please login to write comment.