Color Hex Logo

#77ccfd Color Hex

#77CCFD
(119,204,253)
0 Favorites   0 Comments

Color spaces of #77ccfd

RGB 119204253
HSL0.560.970.73
HSV202°53°99°
CMYK 0.530.190.00   0.01
XYZ46.930254.1995100.9166
Yxy54.19950.23230.2683
Hunter Lab73.6203-15.0485-29.7388
CIE-Lab78.5779-12.4716-31.9329

#77ccfd color RGB value is (119,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001100 11111101
Octal 167 314 375
Decimal 119 204 253
Hex 77 CC FD

RGB Percentages of Color #77ccfd

%20.66
%35.42
%43.92

CMYK Percentages of Color #77ccfd

%53
%19
%0
%1

Triadic Colors of #77ccfd

#77ccfd #fd77cc #ccfd77

Analogous Colors of #77ccfd

#77ccfd #7789fd #77fdeb

Monochromatic Colors of #77ccfd

#77ccfd

Complementary Color

#77ccfd #fda877

#77ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ccfd Color CSS Codes

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

#77ccfd Text Font Color

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

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


#77ccfd Background Color

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

This div background color is #77ccfd


#77ccfd Border Color

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

This div border color is #77ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.