Color Hex Logo

#77c4cf Color Hex

#77C4CF
(119,196,207)
0 Favorites   0 Comments

Color spaces of #77c4cf

RGB 119196207
HSL0.520.480.64
HSV188°43°81°
CMYK 0.430.050.00   0.19
XYZ38.610247.906866.2434
Yxy47.90680.25280.3136
Hunter Lab69.2147-21.5528-8.2944
CIE-Lab74.7661-20.9297-12.9759

#77c4cf color RGB value is (119,196,207).

#77c4cf hex color red value is 119, green value is 196 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #77c4cf hue: 0.52 , saturation: 0.48 and the lightness value of 77c4cf is 0.64.

The process color (four color CMYK) of #77c4cf color hex is 0.43, 0.05, 0.00, 0.19. Web safe color of #77c4cf is #66cccc. Color #77c4cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11000100 11001111
Octal 167 304 317
Decimal 119 196 207
Hex 77 C4 CF

RGB Percentages of Color #77c4cf

%22.80
%37.55
%39.66

CMYK Percentages of Color #77c4cf

%43
%5
%0
%19

Triadic Colors of #77c4cf

#77c4cf #cf77c4 #c4cf77

Analogous Colors of #77c4cf

#77c4cf #7798cf #77cfae

Monochromatic Colors of #77c4cf

#77c4cf

Complementary Color

#77c4cf #cf8277

#77c4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77c4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77c4cf Color CSS Codes

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

#77c4cf Text Font Color

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

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


#77c4cf Background Color

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

This div background color is #77c4cf


#77c4cf Border Color

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

This div border color is #77c4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77c4cf


Comments

No comments written yet.

Please login to write comment.