Color Hex Logo

#77fdfd Color Hex

#77FDFD
(119,253,253)
0 Favorites   0 Comments

Color spaces of #77fdfd

RGB 119253253
HSL0.500.970.73
HSV180°53°99°
CMYK 0.530.000.00   0.01
XYZ60.462781.2643105.4274
Yxy81.26430.24460.3288
Hunter Lab90.1467-38.0342-6.2375
CIE-Lab92.2492-36.5735-11.2249

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

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

The process color (four color CMYK) of #77fdfd color hex is 0.53, 0.00, 0.00, 0.01. Web safe color of #77fdfd is #66ffff. Color #77fdfd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111101 11111101
Octal 167 375 375
Decimal 119 253 253
Hex 77 FD FD

RGB Percentages of Color #77fdfd

%19.04
%40.48
%40.48

CMYK Percentages of Color #77fdfd

%53
%0
%0
%1

Triadic Colors of #77fdfd

#77fdfd #fd77fd #fdfd77

Analogous Colors of #77fdfd

#77fdfd #77bafd #77fdba

Monochromatic Colors of #77fdfd

#77fdfd

Complementary Color

#77fdfd #fd7777

#77fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fdfd Color CSS Codes

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

#77fdfd Text Font Color

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

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


#77fdfd Background Color

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

This div background color is #77fdfd


#77fdfd Border Color

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

This div border color is #77fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.