Color Hex Logo

#76cbfc Color Hex

#76CBFC
(118,203,252)
0 Favorites   0 Comments

Color spaces of #76cbfc

RGB 118203252
HSL0.560.960.73
HSV202°53°99°
CMYK 0.530.190.00   0.01
XYZ46.397853.591799.9943
Yxy53.59170.23200.2680
Hunter Lab73.2064-14.9788-29.7412
CIE-Lab78.2231-12.4421-31.9489

#76cbfc color RGB value is (118,203,252).

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

The process color (four color CMYK) of #76cbfc color hex is 0.53, 0.19, 0.00, 0.01. Web safe color of #76cbfc is #66ccff. Color #76cbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001011 11111100
Octal 166 313 374
Decimal 118 203 252
Hex 76 CB FC

RGB Percentages of Color #76cbfc

%20.59
%35.43
%43.98

CMYK Percentages of Color #76cbfc

%53
%19
%0
%1

Triadic Colors of #76cbfc

#76cbfc #fc76cb #cbfc76

Analogous Colors of #76cbfc

#76cbfc #7688fc #76fcea

Monochromatic Colors of #76cbfc

#76cbfc

Complementary Color

#76cbfc #fca776

#76cbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cbfc Color CSS Codes

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

#76cbfc Text Font Color

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

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


#76cbfc Background Color

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

This div background color is #76cbfc


#76cbfc Border Color

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

This div border color is #76cbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cbfc


Comments

No comments written yet.

Please login to write comment.