Color Hex Logo

#77faf8 Color Hex

#77FAF8
(119,250,248)
0 Favorites   0 Comments

Color spaces of #77faf8

RGB 119250248
HSL0.500.930.72
HSV179°52°98°
CMYK 0.520.000.01   0.02
XYZ58.736679.0705100.9733
Yxy79.07050.24600.3311
Hunter Lab88.9216-37.7057-5.0806
CIE-Lab91.2662-36.4681-10.0931

#77faf8 color RGB value is (119,250,248).

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

The process color (four color CMYK) of #77faf8 color hex is 0.52, 0.00, 0.01, 0.02. Web safe color of #77faf8 is #66ffff. Color #77faf8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111010 11111000
Octal 167 372 370
Decimal 119 250 248
Hex 77 FA F8

RGB Percentages of Color #77faf8

%19.29
%40.52
%40.19

CMYK Percentages of Color #77faf8

%52
%0
%1
%2

Triadic Colors of #77faf8

#77faf8 #f877fa #faf877

Analogous Colors of #77faf8

#77faf8 #77bbfa #77fab7

Monochromatic Colors of #77faf8

#77faf8

Complementary Color

#77faf8 #fa7779

#77faf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77faf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77faf8 Color CSS Codes

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

#77faf8 Text Font Color

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

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


#77faf8 Background Color

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

This div background color is #77faf8


#77faf8 Border Color

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

This div border color is #77faf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77faf8

Related Colors


Comments

No comments written yet.

Please login to write comment.