Color Hex Logo

#77feed Color Hex

#77FEED
(119,254,237)
0 Favorites   0 Comments

Color spaces of #77feed

RGB 119254237
HSL0.480.990.73
HSV172°53°100°
CMYK 0.530.000.07   0.00
XYZ58.335680.920092.6653
Yxy80.92000.25150.3489
Hunter Lab89.9555-41.66611.8929
CIE-Lab92.0961-41.0167-3.1594

#77feed color RGB value is (119,254,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111110 11101101
Octal 167 376 355
Decimal 119 254 237
Hex 77 FE ED

RGB Percentages of Color #77feed

%19.51
%41.64
%38.85

CMYK Percentages of Color #77feed

%53
%0
%7
%0

Triadic Colors of #77feed

#77feed #ed77fe #feed77

Analogous Colors of #77feed

#77feed #77ccfe #77feaa

Monochromatic Colors of #77feed

#77feed

Complementary Color

#77feed #fe7788

#77feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#77feed Color CSS Codes

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

#77feed Text Font Color

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

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


#77feed Background Color

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

This div background color is #77feed


#77feed Border Color

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

This div border color is #77feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77feed


Comments

No comments written yet.

Please login to write comment.