Color Hex Logo

#77fcf8 Color Hex

#77FCF8
(119,252,248)
0 Favorites   0 Comments

Color spaces of #77fcf8

RGB 119252248
HSL0.490.960.73
HSV178°53°99°
CMYK 0.530.000.02   0.01
XYZ59.361480.3201101.1816
Yxy80.32010.24650.3335
Hunter Lab89.6215-38.6069-4.2027
CIE-Lab91.8283-37.3863-9.2580

#77fcf8 color RGB value is (119,252,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111100 11111000
Octal 167 374 370
Decimal 119 252 248
Hex 77 FC F8

RGB Percentages of Color #77fcf8

%19.22
%40.71
%40.06

CMYK Percentages of Color #77fcf8

%53
%0
%2
%1

Triadic Colors of #77fcf8

#77fcf8 #f877fc #fcf877

Analogous Colors of #77fcf8

#77fcf8 #77befc #77fcb6

Monochromatic Colors of #77fcf8

#77fcf8

Complementary Color

#77fcf8 #fc777b

#77fcf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fcf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fcf8 Color CSS Codes

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

#77fcf8 Text Font Color

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

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


#77fcf8 Background Color

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

This div background color is #77fcf8


#77fcf8 Border Color

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

This div border color is #77fcf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fcf8

Related Colors


Comments

No comments written yet.

Please login to write comment.