Color Hex Logo

#76caeb Color Hex

#76CAEB
(118,202,235)
0 Favorites   0 Comments

Color spaces of #76caeb

RGB 118202235
HSL0.550.750.69
HSV197°50°92°
CMYK 0.500.140.00   0.08
XYZ43.587152.090886.3545
Yxy52.09080.23940.2862
Hunter Lab72.1740-18.5052-20.4174
CIE-Lab77.3351-16.7306-24.2052

#76caeb color RGB value is (118,202,235).

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

The process color (four color CMYK) of #76caeb color hex is 0.50, 0.14, 0.00, 0.08. Web safe color of #76caeb is #66ccff. Color #76caeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11001010 11101011
Octal 166 312 353
Decimal 118 202 235
Hex 76 CA EB

RGB Percentages of Color #76caeb

%21.26
%36.40
%42.34

CMYK Percentages of Color #76caeb

%50
%14
%0
%8

Triadic Colors of #76caeb

#76caeb #eb76ca #caeb76

Analogous Colors of #76caeb

#76caeb #7690eb #76ebd2

Monochromatic Colors of #76caeb

#76caeb

Complementary Color

#76caeb #eb9776

#76caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76caeb Color CSS Codes

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

#76caeb Text Font Color

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

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


#76caeb Background Color

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

This div background color is #76caeb


#76caeb Border Color

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

This div border color is #76caeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,202,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 #76caeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76caeb


Comments

No comments written yet.

Please login to write comment.