Color Hex Logo

#77baec Color Hex

#77BAEC
(119,186,236)
0 Favorites   0 Comments

Color spaces of #77baec

RGB 119186236
HSL0.570.750.70
HSV206°50°93°
CMYK 0.500.210.00   0.07
XYZ40.307045.095985.9369
Yxy45.09590.23520.2632
Hunter Lab67.1535-10.3790-28.8665
CIE-Lab72.9550-7.7762-31.4582

#77baec color RGB value is (119,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111010 11101100
Octal 167 272 354
Decimal 119 186 236
Hex 77 BA EC

RGB Percentages of Color #77baec

%22.00
%34.38
%43.62

CMYK Percentages of Color #77baec

%50
%21
%0
%7

Triadic Colors of #77baec

#77baec #ec77ba #baec77

Analogous Colors of #77baec

#77baec #7780ec #77ece4

Monochromatic Colors of #77baec

#77baec

Complementary Color

#77baec #eca977

#77baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#77baec Color CSS Codes

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

#77baec Text Font Color

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

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


#77baec Background Color

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

This div background color is #77baec


#77baec Border Color

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

This div border color is #77baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77baec


Comments

No comments written yet.

Please login to write comment.