Color Hex Logo

#77ceca Color Hex

#77CECA
(119,206,202)
0 Favorites   0 Comments

Color spaces of #77ceca

RGB 119206202
HSL0.490.470.64
HSV177°42°81°
CMYK 0.420.000.02   0.19
XYZ40.339752.328863.8515
Yxy52.32880.25770.3343
Hunter Lab72.3386-27.0520-1.6967
CIE-Lab77.4770-27.1661-6.2372

#77ceca color RGB value is (119,206,202).

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

The process color (four color CMYK) of #77ceca color hex is 0.42, 0.00, 0.02, 0.19. Web safe color of #77ceca is #66cccc. Color #77ceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001110 11001010
Octal 167 316 312
Decimal 119 206 202
Hex 77 CE CA

RGB Percentages of Color #77ceca

%22.58
%39.09
%38.33

CMYK Percentages of Color #77ceca

%42
%0
%2
%19

Triadic Colors of #77ceca

#77ceca #ca77ce #ceca77

Analogous Colors of #77ceca

#77ceca #77a7ce #77ce9f

Monochromatic Colors of #77ceca

#77ceca

Complementary Color

#77ceca #ce777b

#77ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ceca Color CSS Codes

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

#77ceca Text Font Color

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

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


#77ceca Background Color

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

This div background color is #77ceca


#77ceca Border Color

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

This div border color is #77ceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ceca


Comments

No comments written yet.

Please login to write comment.