Color Hex Logo

#77bdc7 Color Hex

#77BDC7
(119,189,199)
0 Favorites   0 Comments

Color spaces of #77bdc7

RGB 119189199
HSL0.520.420.62
HSV188°40°78°
CMYK 0.400.050.00   0.22
XYZ36.114144.440760.7073
Yxy44.44070.25570.3146
Hunter Lab66.6639-19.9622-7.3276
CIE-Lab72.5221-19.4154-11.9860

#77bdc7 color RGB value is (119,189,199).

#77bdc7 hex color red value is 119, green value is 189 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #77bdc7 hue: 0.52 , saturation: 0.42 and the lightness value of 77bdc7 is 0.62.

The process color (four color CMYK) of #77bdc7 color hex is 0.40, 0.05, 0.00, 0.22. Web safe color of #77bdc7 is #66cccc. Color #77bdc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111101 11000111
Octal 167 275 307
Decimal 119 189 199
Hex 77 BD C7

RGB Percentages of Color #77bdc7

%23.47
%37.28
%39.25

CMYK Percentages of Color #77bdc7

%40
%5
%0
%22

Triadic Colors of #77bdc7

#77bdc7 #c777bd #bdc777

Analogous Colors of #77bdc7

#77bdc7 #7795c7 #77c7a9

Monochromatic Colors of #77bdc7

#77bdc7

Complementary Color

#77bdc7 #c78177

#77bdc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bdc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bdc7 Color CSS Codes

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

#77bdc7 Text Font Color

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

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


#77bdc7 Background Color

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

This div background color is #77bdc7


#77bdc7 Border Color

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

This div border color is #77bdc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bdc7


Comments

No comments written yet.

Please login to write comment.