Color Hex Logo

#76ccfe Color Hex

#76CCFE
(118,204,254)
0 Favorites   0 Comments

Color spaces of #76ccfe

RGB 118204254
HSL0.560.990.73
HSV202°54°100°
CMYK 0.540.200.00   0.00
XYZ46.953554.1930101.7515
Yxy54.19300.23140.2671
Hunter Lab73.6159-14.9774-30.4192
CIE-Lab78.5741-12.3899-32.4757

#76ccfe color RGB value is (118,204,254).

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

The process color (four color CMYK) of #76ccfe color hex is 0.54, 0.20, 0.00, 0.00. Web safe color of #76ccfe is #66ccff. Color #76ccfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001100 11111110
Octal 166 314 376
Decimal 118 204 254
Hex 76 CC FE

RGB Percentages of Color #76ccfe

%20.49
%35.42
%44.10

CMYK Percentages of Color #76ccfe

%54
%20
%0
%0

Triadic Colors of #76ccfe

#76ccfe #fe76cc #ccfe76

Analogous Colors of #76ccfe

#76ccfe #7688fe #76feec

Monochromatic Colors of #76ccfe

#76ccfe

Complementary Color

#76ccfe #fea876

#76ccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ccfe Color CSS Codes

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

#76ccfe Text Font Color

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

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


#76ccfe Background Color

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

This div background color is #76ccfe


#76ccfe Border Color

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

This div border color is #76ccfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,204,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 #76ccfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ccfe


Comments

No comments written yet.

Please login to write comment.