Color Hex Logo

#77fdcf Color Hex

#77FDCF
(119,253,207)
0 Favorites   0 Comments

Color spaces of #77fdcf

RGB 119253207
HSL0.440.970.73
HSV159°53°99°
CMYK 0.530.000.18   0.01
XYZ53.995578.677571.3719
Yxy78.67750.26460.3856
Hunter Lab88.7003-46.565414.3831
CIE-Lab91.0882-47.482710.9004

#77fdcf color RGB value is (119,253,207).

#77fdcf hex color red value is 119, green value is 253 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #77fdcf hue: 0.44 , saturation: 0.97 and the lightness value of 77fdcf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111101 11001111
Octal 167 375 317
Decimal 119 253 207
Hex 77 FD CF

RGB Percentages of Color #77fdcf

%20.55
%43.70
%35.75

CMYK Percentages of Color #77fdcf

%53
%0
%18
%1

Triadic Colors of #77fdcf

#77fdcf #cf77fd #fdcf77

Analogous Colors of #77fdcf

#77fdcf #77e8fd #77fd8c

Monochromatic Colors of #77fdcf

#77fdcf

Complementary Color

#77fdcf #fd77a5

#77fdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fdcf Color CSS Codes

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

#77fdcf Text Font Color

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

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


#77fdcf Background Color

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

This div background color is #77fdcf


#77fdcf Border Color

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

This div border color is #77fdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fdcf

Related Colors


Comments

No comments written yet.

Please login to write comment.