Color Hex Logo

#77beca Color Hex

#77BECA
(119,190,202)
0 Favorites   0 Comments

Color spaces of #77beca

RGB 119190202
HSL0.520.440.63
HSV189°41°79°
CMYK 0.410.060.00   0.21
XYZ36.681945.013162.6322
Yxy45.01310.25420.3119
Hunter Lab67.0918-19.8172-8.3847
CIE-Lab72.9005-19.1586-13.0553

#77beca color RGB value is (119,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111110 11001010
Octal 167 276 312
Decimal 119 190 202
Hex 77 BE CA

RGB Percentages of Color #77beca

%23.29
%37.18
%39.53

CMYK Percentages of Color #77beca

%41
%6
%0
%21

Triadic Colors of #77beca

#77beca #ca77be #beca77

Analogous Colors of #77beca

#77beca #7795ca #77caad

Monochromatic Colors of #77beca

#77beca

Complementary Color

#77beca #ca8377

#77beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#77beca Color CSS Codes

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

#77beca Text Font Color

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

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


#77beca Background Color

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

This div background color is #77beca


#77beca Border Color

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

This div border color is #77beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77beca


Comments

No comments written yet.

Please login to write comment.