Color Hex Logo

#77ffff Color Hex

#77FFFF
(119,255,255)
2 Favorites   0 Comments

Color spaces of #77ffff

RGB 119255255
HSL0.501.000.73
HSV180°53°100°
CMYK 0.530.000.00   0.00
XYZ61.417782.6619107.3260
Yxy82.66190.24430.3288
Hunter Lab90.9186-38.5265-6.3466
CIE-Lab92.8662-36.9810-11.3417

#77ffff color RGB value is (119,255,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111111 11111111
Octal 167 377 377
Decimal 119 255 255
Hex 77 FF FF

RGB Percentages of Color #77ffff

%18.92
%40.54
%40.54

CMYK Percentages of Color #77ffff

%53
%0
%0
%0

Triadic Colors of #77ffff

#77ffff #ff77ff #ffff77

Analogous Colors of #77ffff

#77ffff #77bbff #77ffbb

Monochromatic Colors of #77ffff

#77ffff

Complementary Color

#77ffff #ff7777

#77ffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ffff Color CSS Codes

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

#77ffff Text Font Color

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

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


#77ffff Background Color

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

This div background color is #77ffff


#77ffff Border Color

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

This div border color is #77ffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ffff

Related Colors


Comments

No comments written yet.

Please login to write comment.