Color Hex Logo

#77cfef Color Hex

#77CFEF
(119,207,239)
0 Favorites   0 Comments

Color spaces of #77cfef

RGB 119207239
HSL0.540.790.70
HSV196°50°94°
CMYK 0.500.130.00   0.06
XYZ45.500654.779689.8367
Yxy54.77960.23930.2881
Hunter Lab74.0132-19.7880-20.1565
CIE-Lab78.9141-17.9751-23.9384

#77cfef color RGB value is (119,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001111 11101111
Octal 167 317 357
Decimal 119 207 239
Hex 77 CF EF

RGB Percentages of Color #77cfef

%21.06
%36.64
%42.30

CMYK Percentages of Color #77cfef

%50
%13
%0
%6

Triadic Colors of #77cfef

#77cfef #ef77cf #cfef77

Analogous Colors of #77cfef

#77cfef #7793ef #77efd3

Monochromatic Colors of #77cfef

#77cfef

Complementary Color

#77cfef #ef9777

#77cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cfef Color CSS Codes

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

#77cfef Text Font Color

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

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


#77cfef Background Color

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

This div background color is #77cfef


#77cfef Border Color

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

This div border color is #77cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cfef


Comments

No comments written yet.

Please login to write comment.