Color Hex Logo

#76fbdc Color Hex

#76FBDC
(118,251,220)
0 Favorites   0 Comments

Color spaces of #76fbdc

RGB 118251220
HSL0.460.940.72
HSV166°53°98°
CMYK 0.530.000.12   0.02
XYZ54.886778.013279.8754
Yxy78.01320.25800.3666
Hunter Lab88.3251-43.64608.2096
CIE-Lab90.7859-43.91403.7367

#76fbdc color RGB value is (118,251,220).

#76fbdc hex color red value is 118, green value is 251 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #76fbdc hue: 0.46 , saturation: 0.94 and the lightness value of 76fbdc is 0.72.

The process color (four color CMYK) of #76fbdc color hex is 0.53, 0.00, 0.12, 0.02. Web safe color of #76fbdc is #66ffcc. Color #76fbdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111011 11011100
Octal 166 373 334
Decimal 118 251 220
Hex 76 FB DC

RGB Percentages of Color #76fbdc

%20.03
%42.61
%37.35

CMYK Percentages of Color #76fbdc

%53
%0
%12
%2

Triadic Colors of #76fbdc

#76fbdc #dc76fb #fbdc76

Analogous Colors of #76fbdc

#76fbdc #76d8fb #76fb9a

Monochromatic Colors of #76fbdc

#76fbdc

Complementary Color

#76fbdc #fb7695

#76fbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fbdc Color CSS Codes

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

#76fbdc Text Font Color

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

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


#76fbdc Background Color

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

This div background color is #76fbdc


#76fbdc Border Color

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

This div border color is #76fbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fbdc

Related Colors


Comments

No comments written yet.

Please login to write comment.