Color Hex Logo

#76cefa Color Hex

#76CEFA
(118,206,250)
0 Favorites   0 Comments

Color spaces of #76cefa

RGB 118206250
HSL0.560.930.72
HSV200°53°98°
CMYK 0.530.180.00   0.02
XYZ46.797854.896398.5720
Yxy54.89630.23370.2741
Hunter Lab74.0920-16.9174-27.0150
CIE-Lab78.9815-14.5831-29.7151

#76cefa color RGB value is (118,206,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001110 11111010
Octal 166 316 372
Decimal 118 206 250
Hex 76 CE FA

RGB Percentages of Color #76cefa

%20.56
%35.89
%43.55

CMYK Percentages of Color #76cefa

%53
%18
%0
%2

Triadic Colors of #76cefa

#76cefa #fa76ce #cefa76

Analogous Colors of #76cefa

#76cefa #768cfa #76fae4

Monochromatic Colors of #76cefa

#76cefa

Complementary Color

#76cefa #faa276

#76cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cefa Color CSS Codes

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

#76cefa Text Font Color

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

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


#76cefa Background Color

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

This div background color is #76cefa


#76cefa Border Color

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

This div border color is #76cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cefa


Comments

No comments written yet.

Please login to write comment.