Color Hex Logo

#76aceb Color Hex

#76ACEB
(118,172,235)
0 Favorites   0 Comments

Color spaces of #76aceb

RGB 118172235
HSL0.590.750.69
HSV212°50°92°
CMYK 0.500.270.00   0.08
XYZ37.219139.354884.2318
Yxy39.35480.23150.2447
Hunter Lab62.7334-3.8812-35.6950
CIE-Lab69.0075-0.6098-37.0337

#76aceb color RGB value is (118,172,235).

#76aceb hex color red value is 118, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #76aceb hue: 0.59 , saturation: 0.75 and the lightness value of 76aceb is 0.69.

The process color (four color CMYK) of #76aceb color hex is 0.50, 0.27, 0.00, 0.08. Web safe color of #76aceb is #6699ff. Color #76aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101100 11101011
Octal 166 254 353
Decimal 118 172 235
Hex 76 AC EB

RGB Percentages of Color #76aceb

%22.48
%32.76
%44.76

CMYK Percentages of Color #76aceb

%50
%27
%0
%8

Triadic Colors of #76aceb

#76aceb #eb76ac #aceb76

Analogous Colors of #76aceb

#76aceb #7b76eb #76e7eb

Monochromatic Colors of #76aceb

#76aceb

Complementary Color

#76aceb #ebb576

#76aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aceb Color CSS Codes

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

#76aceb Text Font Color

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

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


#76aceb Background Color

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

This div background color is #76aceb


#76aceb Border Color

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

This div border color is #76aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aceb


Comments

No comments written yet.

Please login to write comment.