Color Hex Logo

#77dcf8 Color Hex

#77DCF8
(119,220,248)
0 Favorites   0 Comments

Color spaces of #77dcf8

RGB 119220248
HSL0.540.900.72
HSV193°52°97°
CMYK 0.520.110.00   0.03
XYZ50.144261.885698.1092
Yxy61.88560.23860.2945
Hunter Lab78.6674-23.8884-18.8757
CIE-Lab82.8525-22.0736-22.7376

#77dcf8 color RGB value is (119,220,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011100 11111000
Octal 167 334 370
Decimal 119 220 248
Hex 77 DC F8

RGB Percentages of Color #77dcf8

%20.27
%37.48
%42.25

CMYK Percentages of Color #77dcf8

%52
%11
%0
%3

Triadic Colors of #77dcf8

#77dcf8 #f877dc #dcf877

Analogous Colors of #77dcf8

#77dcf8 #779cf8 #77f8d4

Monochromatic Colors of #77dcf8

#77dcf8

Complementary Color

#77dcf8 #f89377

#77dcf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dcf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dcf8 Color CSS Codes

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

#77dcf8 Text Font Color

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

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


#77dcf8 Background Color

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

This div background color is #77dcf8


#77dcf8 Border Color

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

This div border color is #77dcf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dcf8


Comments

No comments written yet.

Please login to write comment.