Color Hex Logo

#77fbea Color Hex

#77FBEA
(119,251,234)
0 Favorites   0 Comments

Color spaces of #77fbea

RGB 119251234
HSL0.480.940.73
HSV172°53°98°
CMYK 0.530.000.07   0.02
XYZ56.956278.856890.0609
Yxy78.85680.25220.3491
Hunter Lab88.8014-40.91442.0300
CIE-Lab91.1695-40.3985-2.9645

#77fbea color RGB value is (119,251,234).

#77fbea hex color red value is 119, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #77fbea hue: 0.48 , saturation: 0.94 and the lightness value of 77fbea is 0.73.

The process color (four color CMYK) of #77fbea color hex is 0.53, 0.00, 0.07, 0.02. Web safe color of #77fbea is #66ffff. Color #77fbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111011 11101010
Octal 167 373 352
Decimal 119 251 234
Hex 77 FB EA

RGB Percentages of Color #77fbea

%19.70
%41.56
%38.74

CMYK Percentages of Color #77fbea

%53
%0
%7
%2

Triadic Colors of #77fbea

#77fbea #ea77fb #fbea77

Analogous Colors of #77fbea

#77fbea #77cafb #77fba8

Monochromatic Colors of #77fbea

#77fbea

Complementary Color

#77fbea #fb7788

#77fbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fbea Color CSS Codes

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

#77fbea Text Font Color

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

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


#77fbea Background Color

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

This div background color is #77fbea


#77fbea Border Color

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

This div border color is #77fbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fbea


Comments

No comments written yet.

Please login to write comment.