color codes Logo

#77fbdd color codes

#77FBDD
(119,251,221)
0 Favorites   0 Comments

Color spaces of #77fbdd

RGB 119251221
HSL0.460.940.73
HSV166°53°98°
CMYK 0.530.000.12   0.02
XYZ55.156178.136880.5815
Yxy78.13680.25790.3653
Hunter Lab88.3950-43.31217.8274
CIE-Lab90.8423-43.47693.3040

#77fbdd color RGB value is (119,251,221).

#77fbdd hex color red value is 119, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #77fbdd hue: 0.46 , saturation: 0.94 and the lightness value of 77fbdd is 0.73.

The process color (four color CMYK) of #77fbdd color code is 0.53, 0.00, 0.12, 0.02. Web safe color of #77fbdd is #66ffcc. Color #77fbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111011 11011101
Octal 167 373 335
Decimal 119 251 221
Hex 77 FB DD

RGB Percentages of Color #77fbdd

%20.14
%42.47
%37.39

CMYK Percentages of Color #77fbdd

%53
%0
%12
%2

Triadic Colors of #77fbdd

#77fbdd #dd77fb #fbdd77

Analogous Colors of #77fbdd

#77fbdd #77d7fb #77fb9b

Monochromatic Colors of #77fbdd

#77fbdd

Complementary Color

#77fbdd #fb7795

#77fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fbdd Color CSS Codes

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

#77fbdd Text Font Color

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

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


#77fbdd Background Color

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

This div background color is #77fbdd


#77fbdd Border Color

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

This div border color is #77fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fbdd


Comments

No comments written yet.

Please login to write comment.