Color Hex Logo

#77dbfc Color Hex

#77DBFC
(119,219,252)
0 Favorites   0 Comments

Color spaces of #77dbfc

RGB 119219252
HSL0.540.960.73
HSV195°53°99°
CMYK 0.530.130.00   0.01
XYZ50.510061.6132101.3259
Yxy61.61320.23660.2887
Hunter Lab78.4941-22.5020-21.5900
CIE-Lab82.7073-20.4675-25.0766

#77dbfc color RGB value is (119,219,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011011 11111100
Octal 167 333 374
Decimal 119 219 252
Hex 77 DB FC

RGB Percentages of Color #77dbfc

%20.17
%37.12
%42.71

CMYK Percentages of Color #77dbfc

%53
%13
%0
%1

Triadic Colors of #77dbfc

#77dbfc #fc77db #dbfc77

Analogous Colors of #77dbfc

#77dbfc #7799fc #77fcdb

Monochromatic Colors of #77dbfc

#77dbfc

Complementary Color

#77dbfc #fc9877

#77dbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dbfc Color CSS Codes

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

#77dbfc Text Font Color

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

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


#77dbfc Background Color

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

This div background color is #77dbfc


#77dbfc Border Color

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

This div border color is #77dbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dbfc


Comments

No comments written yet.

Please login to write comment.