Color Hex Logo

#76cafb Color Hex

#76CAFB
(118,202,251)
0 Favorites   0 Comments

Color spaces of #76cafb

RGB 118202251
HSL0.560.940.72
HSV202°53°98°
CMYK 0.530.200.00   0.02
XYZ46.004353.057699.0833
Yxy53.05760.23220.2678
Hunter Lab72.8406-14.7351-29.6622
CIE-Lab77.9090-12.2045-31.8982

#76cafb color RGB value is (118,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001010 11111011
Octal 166 312 373
Decimal 118 202 251
Hex 76 CA FB

RGB Percentages of Color #76cafb

%20.67
%35.38
%43.96

CMYK Percentages of Color #76cafb

%53
%20
%0
%2

Triadic Colors of #76cafb

#76cafb #fb76ca #cafb76

Analogous Colors of #76cafb

#76cafb #7688fb #76fbea

Monochromatic Colors of #76cafb

#76cafb

Complementary Color

#76cafb #fba776

#76cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cafb Color CSS Codes

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

#76cafb Text Font Color

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

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


#76cafb Background Color

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

This div background color is #76cafb


#76cafb Border Color

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

This div border color is #76cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cafb

Related Colors


Comments

No comments written yet.

Please login to write comment.