Color Hex Logo

#769bec Color Hex

#769BEC
(118,155,236)
0 Favorites   0 Comments

Color spaces of #769bec

RGB 118155236
HSL0.610.760.69
HSV221°50°93°
CMYK 0.500.340.00   0.07
XYZ34.332933.350483.9846
Yxy33.35040.22640.2199
Hunter Lab57.74985.0581-45.7996
CIE-Lab64.44369.3510-44.7226

#769bec color RGB value is (118,155,236).

#769bec hex color red value is 118, green value is 155 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #769bec hue: 0.61 , saturation: 0.76 and the lightness value of 769bec is 0.69.

The process color (four color CMYK) of #769bec color hex is 0.50, 0.34, 0.00, 0.07. Web safe color of #769bec is #6699ff. Color #769bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011011 11101100
Octal 166 233 354
Decimal 118 155 236
Hex 76 9B EC

RGB Percentages of Color #769bec

%23.18
%30.45
%46.37

CMYK Percentages of Color #769bec

%50
%34
%0
%7

Triadic Colors of #769bec

#769bec #ec769b #9bec76

Analogous Colors of #769bec

#769bec #8c76ec #76d6ec

Monochromatic Colors of #769bec

#769bec

Complementary Color

#769bec #ecc776

#769bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#769bec Color CSS Codes

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

#769bec Text Font Color

<p style="color:#769bec">Text here</p>

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


#769bec Background Color

<div style="background-color:#769bec">
Div content here</div>

This div background color is #769bec


#769bec Border Color

<div style="border:3px solid #769bec">
Div here</div>

This div border color is #769bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,155,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #769bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #769bec;
  -webkit-box-shadow: 1px 1px 3px 2px #769bec;
  box-shadow:         1px 1px 3px 2px #769bec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769bec

#769bec Color Palettes


Comments

No comments written yet.

Please login to write comment.