Color Hex Logo

#77eafc Color Hex

#77EAFC
(119,234,252)
0 Favorites   0 Comments

Color spaces of #77eafc

RGB 119234252
HSL0.520.960.73
HSV188°53°99°
CMYK 0.530.070.00   0.01
XYZ54.601369.7959102.6896
Yxy69.79590.24040.3074
Hunter Lab83.5439-29.5407-14.3967
CIE-Lab86.8967-27.8729-18.7256

#77eafc color RGB value is (119,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101010 11111100
Octal 167 352 374
Decimal 119 234 252
Hex 77 EA FC

RGB Percentages of Color #77eafc

%19.67
%38.68
%41.65

CMYK Percentages of Color #77eafc

%53
%7
%0
%1

Triadic Colors of #77eafc

#77eafc #fc77ea #eafc77

Analogous Colors of #77eafc

#77eafc #77a8fc #77fccc

Monochromatic Colors of #77eafc

#77eafc

Complementary Color

#77eafc #fc8977

#77eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77eafc Color CSS Codes

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

#77eafc Text Font Color

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

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


#77eafc Background Color

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

This div background color is #77eafc


#77eafc Border Color

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

This div border color is #77eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77eafc


Comments

No comments written yet.

Please login to write comment.