Color Hex Logo

#77ceec Color Hex

#77CEEC
(119,206,236)
0 Favorites   0 Comments

Color spaces of #77ceec

RGB 119206236
HSL0.540.750.70
HSV195°50°93°
CMYK 0.500.130.00   0.07
XYZ44.819454.120787.4410
Yxy54.12070.24050.2904
Hunter Lab73.5668-19.9935-18.9750
CIE-Lab78.5321-18.2899-22.9147

#77ceec color RGB value is (119,206,236).

#77ceec hex color red value is 119, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #77ceec hue: 0.54 , saturation: 0.75 and the lightness value of 77ceec is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001110 11101100
Octal 167 316 354
Decimal 119 206 236
Hex 77 CE EC

RGB Percentages of Color #77ceec

%21.21
%36.72
%42.07

CMYK Percentages of Color #77ceec

%50
%13
%0
%7

Triadic Colors of #77ceec

#77ceec #ec77ce #ceec77

Analogous Colors of #77ceec

#77ceec #7794ec #77ecd0

Monochromatic Colors of #77ceec

#77ceec

Complementary Color

#77ceec #ec9577

#77ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ceec Color CSS Codes

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

#77ceec Text Font Color

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

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


#77ceec Background Color

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

This div background color is #77ceec


#77ceec Border Color

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

This div border color is #77ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ceec


Comments

No comments written yet.

Please login to write comment.