Color Hex Logo

#77fccb Color Hex

#77FCCB
(119,252,203)
0 Favorites   0 Comments

Color spaces of #77fccb

RGB 119252203
HSL0.440.960.73
HSV158°53°99°
CMYK 0.530.000.19   0.01
XYZ53.197677.854568.7235
Yxy77.85450.26630.3897
Hunter Lab88.2352-46.792715.5856
CIE-Lab90.7135-47.917412.4304

#77fccb color RGB value is (119,252,203).

#77fccb hex color red value is 119, green value is 252 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #77fccb hue: 0.44 , saturation: 0.96 and the lightness value of 77fccb is 0.73.

The process color (four color CMYK) of #77fccb color hex is 0.53, 0.00, 0.19, 0.01. Web safe color of #77fccb is #66ffcc. Color #77fccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111100 11001011
Octal 167 374 313
Decimal 119 252 203
Hex 77 FC CB

RGB Percentages of Color #77fccb

%20.73
%43.90
%35.37

CMYK Percentages of Color #77fccb

%53
%0
%19
%1

Triadic Colors of #77fccb

#77fccb #cb77fc #fccb77

Analogous Colors of #77fccb

#77fccb #77ebfc #77fc89

Monochromatic Colors of #77fccb

#77fccb

Complementary Color

#77fccb #fc77a8

#77fccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fccb Color CSS Codes

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

#77fccb Text Font Color

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

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


#77fccb Background Color

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

This div background color is #77fccb


#77fccb Border Color

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

This div border color is #77fccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fccb


Comments

No comments written yet.

Please login to write comment.