Color Hex Logo

#77fefb Color Hex

#77FEFB
(119,254,251)
0 Favorites   0 Comments

Color spaces of #77fefb

RGB 119254251
HSL0.500.990.73
HSV179°53°100°
CMYK 0.530.000.01   0.00
XYZ60.462181.7706103.8634
Yxy81.77060.24570.3323
Hunter Lab90.4271-38.8973-4.8008
CIE-Lab92.4735-37.5419-9.8548

#77fefb color RGB value is (119,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111110 11111011
Octal 167 376 373
Decimal 119 254 251
Hex 77 FE FB

RGB Percentages of Color #77fefb

%19.07
%40.71
%40.22

CMYK Percentages of Color #77fefb

%53
%0
%1
%0

Triadic Colors of #77fefb

#77fefb #fb77fe #fefb77

Analogous Colors of #77fefb

#77fefb #77befe #77feb8

Monochromatic Colors of #77fefb

#77fefb

Complementary Color

#77fefb #fe777a

#77fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fefb Color CSS Codes

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

#77fefb Text Font Color

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

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


#77fefb Background Color

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

This div background color is #77fefb


#77fefb Border Color

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

This div border color is #77fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.