Color Hex Logo

#77ebef Color Hex

#77EBEF
(119,235,239)
0 Favorites   0 Comments

Color spaces of #77ebef

RGB 119235239
HSL0.510.790.70
HSV182°50°94°
CMYK 0.500.020.00   0.06
XYZ52.896169.570692.3019
Yxy69.57060.24630.3239
Hunter Lab83.4090-32.7651-7.2251
CIE-Lab86.7858-31.7679-12.0669

#77ebef color RGB value is (119,235,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101011 11101111
Octal 167 353 357
Decimal 119 235 239
Hex 77 EB EF

RGB Percentages of Color #77ebef

%20.07
%39.63
%40.30

CMYK Percentages of Color #77ebef

%50
%2
%0
%6

Triadic Colors of #77ebef

#77ebef #ef77eb #ebef77

Analogous Colors of #77ebef

#77ebef #77afef #77efb7

Monochromatic Colors of #77ebef

#77ebef

Complementary Color

#77ebef #ef7b77

#77ebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ebef Color CSS Codes

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

#77ebef Text Font Color

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

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


#77ebef Background Color

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

This div background color is #77ebef


#77ebef Border Color

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

This div border color is #77ebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ebef


Comments

No comments written yet.

Please login to write comment.