Color Hex Logo

#77bfcb Color Hex

#77BFCB
(119,191,203)
0 Favorites   0 Comments

Color spaces of #77bfcb

RGB 119191203
HSL0.520.450.63
HSV189°41°80°
CMYK 0.410.060.00   0.20
XYZ37.018045.495363.3303
Yxy45.49530.25380.3119
Hunter Lab67.4502-20.0735-8.4534
CIE-Lab73.2168-19.4136-13.1256

#77bfcb color RGB value is (119,191,203).

#77bfcb hex color red value is 119, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #77bfcb hue: 0.52 , saturation: 0.45 and the lightness value of 77bfcb is 0.63.

The process color (four color CMYK) of #77bfcb color hex is 0.41, 0.06, 0.00, 0.20. Web safe color of #77bfcb is #66cccc. Color #77bfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111111 11001011
Octal 167 277 313
Decimal 119 191 203
Hex 77 BF CB

RGB Percentages of Color #77bfcb

%23.20
%37.23
%39.57

CMYK Percentages of Color #77bfcb

%41
%6
%0
%20

Triadic Colors of #77bfcb

#77bfcb #cb77bf #bfcb77

Analogous Colors of #77bfcb

#77bfcb #7795cb #77cbad

Monochromatic Colors of #77bfcb

#77bfcb

Complementary Color

#77bfcb #cb8377

#77bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bfcb Color CSS Codes

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

#77bfcb Text Font Color

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

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


#77bfcb Background Color

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

This div background color is #77bfcb


#77bfcb Border Color

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

This div border color is #77bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bfcb


Comments

No comments written yet.

Please login to write comment.