Color Hex Logo

#77ccf5 Color Hex

#77CCF5
(119,204,245)
0 Favorites   0 Comments

Color spaces of #77ccf5

RGB 119204245
HSL0.550.860.71
HSV200°51°96°
CMYK 0.510.170.00   0.04
XYZ45.682053.700294.3437
Yxy53.70020.23580.2772
Hunter Lab73.2804-16.9663-25.0357
CIE-Lab78.2866-14.7510-28.1063

#77ccf5 color RGB value is (119,204,245).

#77ccf5 hex color red value is 119, green value is 204 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #77ccf5 hue: 0.55 , saturation: 0.86 and the lightness value of 77ccf5 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001100 11110101
Octal 167 314 365
Decimal 119 204 245
Hex 77 CC F5

RGB Percentages of Color #77ccf5

%20.95
%35.92
%43.13

CMYK Percentages of Color #77ccf5

%51
%17
%0
%4

Triadic Colors of #77ccf5

#77ccf5 #f577cc #ccf577

Analogous Colors of #77ccf5

#77ccf5 #778df5 #77f5df

Monochromatic Colors of #77ccf5

#77ccf5

Complementary Color

#77ccf5 #f5a077

#77ccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ccf5 Color CSS Codes

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

#77ccf5 Text Font Color

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

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


#77ccf5 Background Color

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

This div background color is #77ccf5


#77ccf5 Border Color

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

This div border color is #77ccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ccf5


Comments

No comments written yet.

Please login to write comment.