Color Hex Logo

#77efff Color Hex

#77EFFF
(119,239,255)
0 Favorites   0 Comments

Color spaces of #77efff

RGB 119239255
HSL0.521.000.73
HSV187°53°100°
CMYK 0.530.060.00   0.00
XYZ56.524372.8749105.6949
Yxy72.87490.24040.3100
Hunter Lab85.3668-31.2009-13.6518
CIE-Lab88.3880-29.4778-18.0493

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101111 11111111
Octal 167 357 377
Decimal 119 239 255
Hex 77 EF FF

RGB Percentages of Color #77efff

%19.41
%38.99
%41.60

CMYK Percentages of Color #77efff

%53
%6
%0
%0

Triadic Colors of #77efff

#77efff #ff77ef #efff77

Analogous Colors of #77efff

#77efff #77abff #77ffcb

Monochromatic Colors of #77efff

#77efff

Complementary Color

#77efff #ff8777

#77efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#77efff Color CSS Codes

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

#77efff Text Font Color

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

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


#77efff Background Color

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

This div background color is #77efff


#77efff Border Color

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

This div border color is #77efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77efff

Related Colors

#77efff Color Palettes


Comments

No comments written yet.

Please login to write comment.