Color Hex Logo

#77febe Color Hex

#77FEBE
(119,254,190)
0 Favorites   0 Comments

Color spaces of #77febe

RGB 119254190
HSL0.420.990.73
HSV152°53°100°
CMYK 0.530.000.25   0.00
XYZ52.343878.523361.1129
Yxy78.52330.27270.4090
Hunter Lab88.6134-49.633721.1396
CIE-Lab91.0182-51.447119.5380

#77febe color RGB value is (119,254,190).

#77febe hex color red value is 119, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #77febe hue: 0.42 , saturation: 0.99 and the lightness value of 77febe is 0.73.

The process color (four color CMYK) of #77febe color hex is 0.53, 0.00, 0.25, 0.00. Web safe color of #77febe is #66ffcc. Color #77febe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111110 10111110
Octal 167 376 276
Decimal 119 254 190
Hex 77 FE BE

RGB Percentages of Color #77febe

%21.14
%45.12
%33.75

CMYK Percentages of Color #77febe

%53
%0
%25
%0

Triadic Colors of #77febe

#77febe #be77fe #febe77

Analogous Colors of #77febe

#77febe #77fbfe #77fe7b

Monochromatic Colors of #77febe

#77febe

Complementary Color

#77febe #fe77b7

#77febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77febe Color CSS Codes

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

#77febe Text Font Color

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

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


#77febe Background Color

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

This div background color is #77febe


#77febe Border Color

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

This div border color is #77febe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77febe

Related Colors


Comments

No comments written yet.

Please login to write comment.