Color Hex Logo

#77cbde Color Hex

#77CBDE
(119,203,222)
0 Favorites   0 Comments

Color spaces of #77cbde

RGB 119203222
HSL0.530.610.67
HSV191°46°87°
CMYK 0.460.090.00   0.13
XYZ42.148551.907776.9050
Yxy51.90770.24650.3036
Hunter Lab72.0470-21.6573-12.8549
CIE-Lab77.2256-20.5482-17.3789

#77cbde color RGB value is (119,203,222).

#77cbde hex color red value is 119, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #77cbde hue: 0.53 , saturation: 0.61 and the lightness value of 77cbde is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001011 11011110
Octal 167 313 336
Decimal 119 203 222
Hex 77 CB DE

RGB Percentages of Color #77cbde

%21.88
%37.32
%40.81

CMYK Percentages of Color #77cbde

%46
%9
%0
%13

Triadic Colors of #77cbde

#77cbde #de77cb #cbde77

Analogous Colors of #77cbde

#77cbde #7798de #77debe

Monochromatic Colors of #77cbde

#77cbde

Complementary Color

#77cbde #de8a77

#77cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cbde Color CSS Codes

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

#77cbde Text Font Color

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

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


#77cbde Background Color

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

This div background color is #77cbde


#77cbde Border Color

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

This div border color is #77cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cbde


Comments

No comments written yet.

Please login to write comment.