Color Hex Logo

#77daeb Color Hex

#77DAEB
(119,218,235)
0 Favorites   0 Comments

Color spaces of #77daeb

RGB 119218235
HSL0.520.740.69
HSV189°49°92°
CMYK 0.490.070.00   0.08
XYZ47.674560.062987.6778
Yxy60.06290.24400.3074
Hunter Lab77.5003-25.8207-12.8259
CIE-Lab81.8724-24.5935-17.3232

#77daeb color RGB value is (119,218,235).

#77daeb hex color red value is 119, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #77daeb hue: 0.52 , saturation: 0.74 and the lightness value of 77daeb is 0.69.

The process color (four color CMYK) of #77daeb color hex is 0.49, 0.07, 0.00, 0.08. Web safe color of #77daeb is #66ccff. Color #77daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011010 11101011
Octal 167 332 353
Decimal 119 218 235
Hex 77 DA EB

RGB Percentages of Color #77daeb

%20.80
%38.11
%41.08

CMYK Percentages of Color #77daeb

%49
%7
%0
%8

Triadic Colors of #77daeb

#77daeb #eb77da #daeb77

Analogous Colors of #77daeb

#77daeb #77a0eb #77ebc2

Monochromatic Colors of #77daeb

#77daeb

Complementary Color

#77daeb #eb8877

#77daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77daeb Color CSS Codes

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

#77daeb Text Font Color

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

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


#77daeb Background Color

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

This div background color is #77daeb


#77daeb Border Color

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

This div border color is #77daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77daeb


Comments

No comments written yet.

Please login to write comment.