Color Hex Logo

#77cedb Color Hex

#77CEDB
(119,206,219)
0 Favorites   0 Comments

Color spaces of #77cedb

RGB 119206219
HSL0.520.580.66
HSV188°46°86°
CMYK 0.460.060.00   0.14
XYZ42.465253.179075.0443
Yxy53.17900.24880.3116
Hunter Lab72.9239-23.6724-9.9672
CIE-Lab77.9806-22.8497-14.6290

#77cedb color RGB value is (119,206,219).

#77cedb hex color red value is 119, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #77cedb hue: 0.52 , saturation: 0.58 and the lightness value of 77cedb is 0.66.

The process color (four color CMYK) of #77cedb color hex is 0.46, 0.06, 0.00, 0.14. Web safe color of #77cedb is #66cccc. Color #77cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001110 11011011
Octal 167 316 333
Decimal 119 206 219
Hex 77 CE DB

RGB Percentages of Color #77cedb

%21.88
%37.87
%40.26

CMYK Percentages of Color #77cedb

%46
%6
%0
%14

Triadic Colors of #77cedb

#77cedb #db77ce #cedb77

Analogous Colors of #77cedb

#77cedb #779cdb #77dbb6

Monochromatic Colors of #77cedb

#77cedb

Complementary Color

#77cedb #db8477

#77cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cedb Color CSS Codes

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

#77cedb Text Font Color

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

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


#77cedb Background Color

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

This div background color is #77cedb


#77cedb Border Color

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

This div border color is #77cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cedb


Comments

No comments written yet.

Please login to write comment.