Color Hex Logo

#77bebf Color Hex

#77BEBF
(119,190,191)
0 Favorites   0 Comments

Color spaces of #77bebf

RGB 119190191
HSL0.500.360.61
HSV181°38°75°
CMYK 0.380.010.00   0.25
XYZ35.425244.510456.0145
Yxy44.51040.26060.3274
Hunter Lab66.7161-21.9725-3.0783
CIE-Lab72.5683-21.9323-7.5504

#77bebf color RGB value is (119,190,191).

#77bebf hex color red value is 119, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #77bebf hue: 0.50 , saturation: 0.36 and the lightness value of 77bebf is 0.61.

The process color (four color CMYK) of #77bebf color hex is 0.38, 0.01, 0.00, 0.25. Web safe color of #77bebf is #66cccc. Color #77bebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111110 10111111
Octal 167 276 277
Decimal 119 190 191
Hex 77 BE BF

RGB Percentages of Color #77bebf

%23.80
%38.00
%38.20

CMYK Percentages of Color #77bebf

%38
%1
%0
%25

Triadic Colors of #77bebf

#77bebf #bf77be #bebf77

Analogous Colors of #77bebf

#77bebf #779abf #77bf9c

Monochromatic Colors of #77bebf

#77bebf

Complementary Color

#77bebf #bf7877

#77bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bebf Color CSS Codes

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

#77bebf Text Font Color

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

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


#77bebf Background Color

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

This div background color is #77bebf


#77bebf Border Color

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

This div border color is #77bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bebf


Comments

No comments written yet.

Please login to write comment.