Color Hex Logo

#77fdf1 Color Hex

#77FDF1
(119,253,241)
0 Favorites   0 Comments

Color spaces of #77fdf1

RGB 119253241
HSL0.490.970.73
HSV175°53°99°
CMYK 0.530.000.05   0.01
XYZ58.610280.523495.6726
Yxy80.52340.24960.3429
Hunter Lab89.7348-40.4489-0.3988
CIE-Lab91.9192-39.5886-5.4929

#77fdf1 color RGB value is (119,253,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111101 11110001
Octal 167 375 361
Decimal 119 253 241
Hex 77 FD F1

RGB Percentages of Color #77fdf1

%19.41
%41.27
%39.31

CMYK Percentages of Color #77fdf1

%53
%0
%5
%1

Triadic Colors of #77fdf1

#77fdf1 #f177fd #fdf177

Analogous Colors of #77fdf1

#77fdf1 #77c6fd #77fdae

Monochromatic Colors of #77fdf1

#77fdf1

Complementary Color

#77fdf1 #fd7783

#77fdf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fdf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fdf1 Color CSS Codes

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

#77fdf1 Text Font Color

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

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


#77fdf1 Background Color

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

This div background color is #77fdf1


#77fdf1 Border Color

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

This div border color is #77fdf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fdf1


Comments

No comments written yet.

Please login to write comment.