Color Hex Logo

#77cafb Color Hex

#77CAFB
(119,202,251)
0 Favorites   0 Comments

Color spaces of #77cafb

RGB 119202251
HSL0.560.940.73
HSV202°53°98°
CMYK 0.530.200.00   0.02
XYZ46.140953.128099.0896
Yxy53.12800.23260.2678
Hunter Lab72.8890-14.5598-29.5801
CIE-Lab77.9505-11.9953-31.8307

#77cafb color RGB value is (119,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001010 11111011
Octal 167 312 373
Decimal 119 202 251
Hex 77 CA FB

RGB Percentages of Color #77cafb

%20.80
%35.31
%43.88

CMYK Percentages of Color #77cafb

%53
%20
%0
%2

Triadic Colors of #77cafb

#77cafb #fb77ca #cafb77

Analogous Colors of #77cafb

#77cafb #7788fb #77fbea

Monochromatic Colors of #77cafb

#77cafb

Complementary Color

#77cafb #fba877

#77cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cafb Color CSS Codes

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

#77cafb Text Font Color

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

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


#77cafb Background Color

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

This div background color is #77cafb


#77cafb Border Color

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

This div border color is #77cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cafb


Comments

No comments written yet.

Please login to write comment.