Color Hex Logo

#77fbfd Color Hex

#77FBFD
(119,251,253)
0 Favorites   0 Comments

Color spaces of #77fbfd

RGB 119251253
HSL0.500.970.73
HSV181°53°99°
CMYK 0.530.010.00   0.01
XYZ59.834680.0081105.2180
Yxy80.00810.24420.3265
Hunter Lab89.4472-37.1274-7.1306
CIE-Lab91.6885-35.6510-12.0605

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111011 11111101
Octal 167 373 375
Decimal 119 251 253
Hex 77 FB FD

RGB Percentages of Color #77fbfd

%19.10
%40.29
%40.61

CMYK Percentages of Color #77fbfd

%53
%1
%0
%1

Triadic Colors of #77fbfd

#77fbfd #fd77fb #fbfd77

Analogous Colors of #77fbfd

#77fbfd #77b8fd #77fdbc

Monochromatic Colors of #77fbfd

#77fbfd

Complementary Color

#77fbfd #fd7977

#77fbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fbfd Color CSS Codes

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

#77fbfd Text Font Color

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

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


#77fbfd Background Color

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

This div background color is #77fbfd


#77fbfd Border Color

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

This div border color is #77fbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fbfd


Comments

No comments written yet.

Please login to write comment.