Color Hex Logo

#76caef Color Hex

#76CAEF
(118,202,239)
0 Favorites   0 Comments

Color spaces of #76caef

RGB 118202239
HSL0.550.790.70
HSV198°51°94°
CMYK 0.510.150.00   0.06
XYZ44.171752.324689.4329
Yxy52.32460.23760.2814
Hunter Lab72.3357-17.5868-22.6687
CIE-Lab77.4745-15.6154-26.1390

#76caef color RGB value is (118,202,239).

#76caef hex color red value is 118, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #76caef hue: 0.55 , saturation: 0.79 and the lightness value of 76caef is 0.70.

The process color (four color CMYK) of #76caef color hex is 0.51, 0.15, 0.00, 0.06. Web safe color of #76caef is #66ccff. Color #76caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001010 11101111
Octal 166 312 357
Decimal 118 202 239
Hex 76 CA EF

RGB Percentages of Color #76caef

%21.11
%36.14
%42.75

CMYK Percentages of Color #76caef

%51
%15
%0
%6

Triadic Colors of #76caef

#76caef #ef76ca #caef76

Analogous Colors of #76caef

#76caef #768eef #76efd8

Monochromatic Colors of #76caef

#76caef

Complementary Color

#76caef #ef9b76

#76caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#76caef Color CSS Codes

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

#76caef Text Font Color

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

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


#76caef Background Color

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

This div background color is #76caef


#76caef Border Color

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

This div border color is #76caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76caef


Comments

No comments written yet.

Please login to write comment.