Color Hex Logo

#77f1fb Color Hex

#77F1FB
(119,241,251)
0 Favorites   0 Comments

Color spaces of #77f1fb

RGB 119241251
HSL0.510.940.73
HSV185°53°98°
CMYK 0.530.040.00   0.02
XYZ56.475673.7976102.5346
Yxy73.79760.24260.3170
Hunter Lab85.9055-32.9861-10.6331
CIE-Lab88.8267-31.4896-15.2992

#77f1fb color RGB value is (119,241,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11110001 11111011
Octal 167 361 373
Decimal 119 241 251
Hex 77 F1 FB

RGB Percentages of Color #77f1fb

%19.48
%39.44
%41.08

CMYK Percentages of Color #77f1fb

%53
%4
%0
%2

Triadic Colors of #77f1fb

#77f1fb #fb77f1 #f1fb77

Analogous Colors of #77f1fb

#77f1fb #77affb #77fbc3

Monochromatic Colors of #77f1fb

#77f1fb

Complementary Color

#77f1fb #fb8177

#77f1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77f1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77f1fb Color CSS Codes

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

#77f1fb Text Font Color

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

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


#77f1fb Background Color

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

This div background color is #77f1fb


#77f1fb Border Color

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

This div border color is #77f1fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,241,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 #77f1fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77f1fb

Related Colors


Comments

No comments written yet.

Please login to write comment.