Color Hex Logo

#77dfeb Color Hex

#77DFEB
(119,223,235)
0 Favorites   0 Comments

Color spaces of #77dfeb

RGB 119223235
HSL0.520.740.69
HSV186°49°92°
CMYK 0.490.050.00   0.08
XYZ48.990862.695488.1166
Yxy62.69540.24520.3138
Hunter Lab79.1804-28.1236-10.5551
CIE-Lab83.2819-27.0458-15.2029

#77dfeb color RGB value is (119,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011111 11101011
Octal 167 337 353
Decimal 119 223 235
Hex 77 DF EB

RGB Percentages of Color #77dfeb

%20.62
%38.65
%40.73

CMYK Percentages of Color #77dfeb

%49
%5
%0
%8

Triadic Colors of #77dfeb

#77dfeb #eb77df #dfeb77

Analogous Colors of #77dfeb

#77dfeb #77a5eb #77ebbd

Monochromatic Colors of #77dfeb

#77dfeb

Complementary Color

#77dfeb #eb8377

#77dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dfeb Color CSS Codes

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

#77dfeb Text Font Color

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

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


#77dfeb Background Color

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

This div background color is #77dfeb


#77dfeb Border Color

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

This div border color is #77dfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,223,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 #77dfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dfeb


Comments

No comments written yet.

Please login to write comment.