Color Hex Logo

#77cdfe Color Hex

#77CDFE
(119,205,254)
0 Favorites   0 Comments

Color spaces of #77cdfe

RGB 119205254
HSL0.560.990.73
HSV202°53°100°
CMYK 0.530.190.00   0.00
XYZ47.328554.7403101.8374
Yxy54.74030.23210.2685
Hunter Lab73.9867-15.2921-29.8178
CIE-Lab78.8914-12.7081-31.9837

#77cdfe color RGB value is (119,205,254).

#77cdfe hex color red value is 119, green value is 205 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #77cdfe hue: 0.56 , saturation: 0.99 and the lightness value of 77cdfe is 0.73.

The process color (four color CMYK) of #77cdfe color hex is 0.53, 0.19, 0.00, 0.00. Web safe color of #77cdfe is #66ccff. Color #77cdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001101 11111110
Octal 167 315 376
Decimal 119 205 254
Hex 77 CD FE

RGB Percentages of Color #77cdfe

%20.59
%35.47
%43.94

CMYK Percentages of Color #77cdfe

%53
%19
%0
%0

Triadic Colors of #77cdfe

#77cdfe #fe77cd #cdfe77

Analogous Colors of #77cdfe

#77cdfe #778afe #77feec

Monochromatic Colors of #77cdfe

#77cdfe

Complementary Color

#77cdfe #fea877

#77cdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cdfe Color CSS Codes

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

#77cdfe Text Font Color

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

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


#77cdfe Background Color

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

This div background color is #77cdfe


#77cdfe Border Color

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

This div border color is #77cdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.