Color Hex Logo

#77cffa Color Hex

#77CFFA
(119,207,250)
0 Favorites   0 Comments

Color spaces of #77cffa

RGB 119207250
HSL0.550.930.72
HSV200°52°98°
CMYK 0.520.170.00   0.02
XYZ47.175955.449798.6589
Yxy55.44970.23440.2755
Hunter Lab74.4646-17.2270-26.4288
CIE-Lab79.2996-14.8938-29.2235

#77cffa color RGB value is (119,207,250).

#77cffa hex color red value is 119, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #77cffa hue: 0.55 , saturation: 0.93 and the lightness value of 77cffa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001111 11111010
Octal 167 317 372
Decimal 119 207 250
Hex 77 CF FA

RGB Percentages of Color #77cffa

%20.66
%35.94
%43.40

CMYK Percentages of Color #77cffa

%52
%17
%0
%2

Triadic Colors of #77cffa

#77cffa #fa77cf #cffa77

Analogous Colors of #77cffa

#77cffa #778efa #77fae4

Monochromatic Colors of #77cffa

#77cffa

Complementary Color

#77cffa #faa277

#77cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cffa Color CSS Codes

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

#77cffa Text Font Color

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

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


#77cffa Background Color

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

This div background color is #77cffa


#77cffa Border Color

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

This div border color is #77cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cffa


Comments

No comments written yet.

Please login to write comment.