Color Hex Logo

#77febf Color Hex

#77FEBF
(119,254,191)
0 Favorites   0 Comments

Color spaces of #77febf

RGB 119254191
HSL0.420.990.73
HSV152°53°100°
CMYK 0.530.000.25   0.00
XYZ52.453578.567161.6906
Yxy78.56710.27220.4077
Hunter Lab88.6381-49.485420.7818
CIE-Lab91.0381-51.246819.0541

#77febf color RGB value is (119,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111110 10111111
Octal 167 376 277
Decimal 119 254 191
Hex 77 FE BF

RGB Percentages of Color #77febf

%21.10
%45.04
%33.87

CMYK Percentages of Color #77febf

%53
%0
%25
%0

Triadic Colors of #77febf

#77febf #bf77fe #febf77

Analogous Colors of #77febf

#77febf #77fafe #77fe7c

Monochromatic Colors of #77febf

#77febf

Complementary Color

#77febf #fe77b6

#77febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77febf Color CSS Codes

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

#77febf Text Font Color

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

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


#77febf Background Color

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

This div background color is #77febf


#77febf Border Color

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

This div border color is #77febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77febf


Comments

No comments written yet.

Please login to write comment.