Color Hex Logo

#77dafb Color Hex

#77DAFB
(119,218,251)
0 Favorites   0 Comments

Color spaces of #77dafb

RGB 119218251
HSL0.540.940.73
HSV195°53°98°
CMYK 0.530.130.00   0.02
XYZ50.091761.0298100.4066
Yxy61.02980.23680.2885
Hunter Lab78.1216-22.2582-21.5180
CIE-Lab82.3948-20.2414-25.0231

#77dafb color RGB value is (119,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011010 11111011
Octal 167 332 373
Decimal 119 218 251
Hex 77 DA FB

RGB Percentages of Color #77dafb

%20.24
%37.07
%42.69

CMYK Percentages of Color #77dafb

%53
%13
%0
%2

Triadic Colors of #77dafb

#77dafb #fb77da #dafb77

Analogous Colors of #77dafb

#77dafb #7798fb #77fbda

Monochromatic Colors of #77dafb

#77dafb

Complementary Color

#77dafb #fb9877

#77dafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dafb Color CSS Codes

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

#77dafb Text Font Color

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

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


#77dafb Background Color

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

This div background color is #77dafb


#77dafb Border Color

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

This div border color is #77dafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dafb


Comments

No comments written yet.

Please login to write comment.