Color Hex Logo

#76fdfc Color Hex

#76FDFC
(118,253,252)
0 Favorites   0 Comments

Color spaces of #76fdfc

RGB 118253252
HSL0.500.970.73
HSV180°53°99°
CMYK 0.530.000.00   0.01
XYZ60.167281.1304104.5840
Yxy81.13040.24470.3300
Hunter Lab90.0724-38.3911-5.7915
CIE-Lab92.1897-37.0188-10.7985

#76fdfc color RGB value is (118,253,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111101 11111100
Octal 166 375 374
Decimal 118 253 252
Hex 76 FD FC

RGB Percentages of Color #76fdfc

%18.94
%40.61
%40.45

CMYK Percentages of Color #76fdfc

%53
%0
%0
%1

Triadic Colors of #76fdfc

#76fdfc #fc76fd #fdfc76

Analogous Colors of #76fdfc

#76fdfc #76bbfd #76fdb9

Monochromatic Colors of #76fdfc

#76fdfc

Complementary Color

#76fdfc #fd7677

#76fdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fdfc Color CSS Codes

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

#76fdfc Text Font Color

<p style="color:#76fdfc">Text here</p>

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


#76fdfc Background Color

<div style="background-color:#76fdfc">
Div content here</div>

This div background color is #76fdfc


#76fdfc Border Color

<div style="border:3px solid #76fdfc">
Div here</div>

This div border color is #76fdfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,253,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76fdfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76fdfc;
  -webkit-box-shadow: 1px 1px 3px 2px #76fdfc;
  box-shadow:         1px 1px 3px 2px #76fdfc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.