Color Hex Logo

#77cecf Color Hex

#77CECF
(119,206,207)
0 Favorites   0 Comments

Color spaces of #77cecf

RGB 119206207
HSL0.500.480.64
HSV181°43°81°
CMYK 0.430.000.00   0.19
XYZ40.941552.569567.0206
Yxy52.56950.25500.3275
Hunter Lab72.5048-26.0894-4.0520
CIE-Lab77.6201-25.9237-8.7154

#77cecf color RGB value is (119,206,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001110 11001111
Octal 167 316 317
Decimal 119 206 207
Hex 77 CE CF

RGB Percentages of Color #77cecf

%22.37
%38.72
%38.91

CMYK Percentages of Color #77cecf

%43
%0
%0
%19

Triadic Colors of #77cecf

#77cecf #cf77ce #cecf77

Analogous Colors of #77cecf

#77cecf #77a2cf #77cfa4

Monochromatic Colors of #77cecf

#77cecf

Complementary Color

#77cecf #cf7877

#77cecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cecf Color CSS Codes

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

#77cecf Text Font Color

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

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


#77cecf Background Color

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

This div background color is #77cecf


#77cecf Border Color

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

This div border color is #77cecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cecf


Comments

No comments written yet.

Please login to write comment.