Color Hex Logo

#77bddc Color Hex

#77BDDC
(119,189,220)
0 Favorites   0 Comments

Color spaces of #77bddc

RGB 119189220
HSL0.550.590.66
HSV198°46°86°
CMYK 0.460.140.00   0.14
XYZ38.723645.484474.4486
Yxy45.48440.24410.2867
Hunter Lab67.4421-15.5334-18.2401
CIE-Lab73.2097-13.8589-22.3859

#77bddc color RGB value is (119,189,220).

#77bddc hex color red value is 119, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #77bddc hue: 0.55 , saturation: 0.59 and the lightness value of 77bddc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111101 11011100
Octal 167 275 334
Decimal 119 189 220
Hex 77 BD DC

RGB Percentages of Color #77bddc

%22.54
%35.80
%41.67

CMYK Percentages of Color #77bddc

%46
%14
%0
%14

Triadic Colors of #77bddc

#77bddc #dc77bd #bddc77

Analogous Colors of #77bddc

#77bddc #778bdc #77dcc9

Monochromatic Colors of #77bddc

#77bddc

Complementary Color

#77bddc #dc9677

#77bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bddc Color CSS Codes

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

#77bddc Text Font Color

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

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


#77bddc Background Color

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

This div background color is #77bddc


#77bddc Border Color

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

This div border color is #77bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bddc


Comments

No comments written yet.

Please login to write comment.