Color Hex Logo

#77fefa Color Hex

#77FEFA
(119,254,250)
0 Favorites   0 Comments

Color spaces of #77fefa

RGB 119254250
HSL0.500.990.73
HSV178°53°100°
CMYK 0.530.000.02   0.00
XYZ60.304981.7077103.0352
Yxy81.70770.24610.3334
Hunter Lab90.3923-39.1009-4.3081
CIE-Lab92.4457-37.7950-9.3781

#77fefa color RGB value is (119,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111110 11111010
Octal 167 376 372
Decimal 119 254 250
Hex 77 FE FA

RGB Percentages of Color #77fefa

%19.10
%40.77
%40.13

CMYK Percentages of Color #77fefa

%53
%0
%2
%0

Triadic Colors of #77fefa

#77fefa #fa77fe #fefa77

Analogous Colors of #77fefa

#77fefa #77bffe #77feb7

Monochromatic Colors of #77fefa

#77fefa

Complementary Color

#77fefa #fe777b

#77fefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fefa Color CSS Codes

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

#77fefa Text Font Color

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

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


#77fefa Background Color

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

This div background color is #77fefa


#77fefa Border Color

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

This div border color is #77fefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fefa

Related Colors


Comments

No comments written yet.

Please login to write comment.