Color Hex Logo

#76cafe Color Hex

#76CAFE
(118,202,254)
0 Favorites   0 Comments

Color spaces of #76cafe

RGB 118202254
HSL0.560.990.73
HSV203°54°100°
CMYK 0.540.200.00   0.00
XYZ46.481153.2484101.5941
Yxy53.24840.23090.2645
Hunter Lab72.9715-13.9999-31.4661
CIE-Lab78.0214-11.3375-33.3278

#76cafe color RGB value is (118,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001010 11111110
Octal 166 312 376
Decimal 118 202 254
Hex 76 CA FE

RGB Percentages of Color #76cafe

%20.56
%35.19
%44.25

CMYK Percentages of Color #76cafe

%54
%20
%0
%0

Triadic Colors of #76cafe

#76cafe #fe76ca #cafe76

Analogous Colors of #76cafe

#76cafe #7686fe #76feee

Monochromatic Colors of #76cafe

#76cafe

Complementary Color

#76cafe #feaa76

#76cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76cafe Color CSS Codes

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

#76cafe Text Font Color

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

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


#76cafe Background Color

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

This div background color is #76cafe


#76cafe Border Color

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

This div border color is #76cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76cafe

Related Colors


Comments

No comments written yet.

Please login to write comment.