color codes Logo

#77bafc color codes

#77BAFC
(119,186,252)
0 Favorites   0 Comments

Color spaces of #77bafc

RGB 119186252
HSL0.580.960.73
HSV210°53°99°
CMYK 0.530.260.00   0.01
XYZ42.737346.068098.7350
Yxy46.06800.22790.2456
Hunter Lab67.8734-6.3838-38.7374
CIE-Lab73.5896-3.1086-39.1180

#77bafc color RGB value is (119,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111010 11111100
Octal 167 272 374
Decimal 119 186 252
Hex 77 BA FC

RGB Percentages of Color #77bafc

%21.36
%33.39
%45.24

CMYK Percentages of Color #77bafc

%53
%26
%0
%1

Triadic Colors of #77bafc

#77bafc #fc77ba #bafc77

Analogous Colors of #77bafc

#77bafc #7778fc #77fcfc

Monochromatic Colors of #77bafc

#77bafc

Complementary Color

#77bafc #fcb977

#77bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bafc Color CSS Codes

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

#77bafc Text Font Color

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

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


#77bafc Background Color

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

This div background color is #77bafc


#77bafc Border Color

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

This div border color is #77bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bafc


Comments

No comments written yet.

Please login to write comment.